Skip to content

Commit

Permalink
Don't fetch NIGHTLY_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Dec 28, 2023
1 parent 4256f39 commit d47cacb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/gcp_pudl_etl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,9 @@ function update_nightly_branch() {
git config user.email "[email protected]" && \
git config user.name "pudlbot" && \
git remote set-url origin "https://pudlbot:$PUDL_BOT_PAT@github.com/catalyst-cooperative/pudl.git" && \
echo "Updating nightly branch to point at $NIGHTLY_TAG." && \
git fetch --tags origin "$NIGHTLY_TAG" && \
git checkout "$NIGHTLY_TAG" && \
git tag && \
echo "Updating nightly branch to point at $NIGHTLY_TAG." && \
git fetch origin nightly:nightly && \
git checkout nightly && \
git merge --ff-only "$NIGHTLY_TAG" && \
Expand Down

0 comments on commit d47cacb

Please sign in to comment.