Skip to content

Commit

Permalink
Update scripts/next-build-frontend.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Tanner Heffner <[email protected]>
  • Loading branch information
alexfinnarn and tjheffner authored Feb 9, 2024
1 parent 6acf98d commit cc432d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/next-build-frontend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ trap "rm -f ${filesdir}/next-buildlock.txt && rm -f ${filesdir}/next-buildreques
# Just because the path is really long:
logfile="${filesdir}/next-build.txt"

# The currently selected version of content-build (may be "__default", a PR#, or a git ref)
# The currently selected version of next-build (may be "__default", a PR#, or a git ref)
next_build_version=$(drush va-gov-content-release:frontend-version:get next_build | tail -1)

# The currently selected version of vets-website (may be "__default", a PR#, or a git ref)
Expand Down

0 comments on commit cc432d9

Please sign in to comment.