Skip to content

Commit

Permalink
Add a couple more debugging outputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdangerx committed Dec 29, 2023
1 parent c7657cf commit b6425a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/gcp_pudl_etl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ function update_nightly_branch() {
git tag && \
git fetch origin nightly:nightly && \
git checkout nightly && \
git show-ref nightly "$NIGHTLY_TAG" && \
git merge-base nightly "$NIGHTLY_TAG" && \
git merge --ff-only "$NIGHTLY_TAG" && \
git push -u origin
}
Expand Down

0 comments on commit b6425a1

Please sign in to comment.