Skip to content

Commit

Permalink
watermark
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Dec 22, 2023
1 parent bb6164d commit 3684c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/gcp_pudl_etl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ 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 "OMFG: Updating nightly branch to point at $NIGHTLY_TAG."
echo "WTAF: Updating nightly branch to point at $NIGHTLY_TAG."
git checkout nightly
git branch --set-upstream-to=origin/nightly
git pull
Expand Down

0 comments on commit 3684c56

Please sign in to comment.