Skip to content

Commit

Permalink
Update docker/gcp_pudl_etl.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Dazhong Xia <dazhong.xia@catalyst.coop>
  • Loading branch information
zaneselvans and jdangerx authored Dec 22, 2023
1 parent 7adbbf3 commit b038378
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 @@ -105,9 +105,8 @@ function update_nightly_branch() {
git config user.name "pudlbot"
git remote set-url origin "https://pudlbot:$PUDL_BOT_PAT@github.com/catalyst-cooperative/pudl.git"
echo "WTAF: Updating nightly branch to point at $NIGHTLY_TAG."
git fetch origin nightly:nightly
git checkout nightly
git branch --set-upstream-to=origin/nightly
git pull
git merge --ff-only "$NIGHTLY_TAG"
ETL_SUCCESS=${PIPESTATUS[0]}
git push
Expand Down

0 comments on commit b038378

Please sign in to comment.