Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#387)
Browse files Browse the repository at this point in the history
This PR was automatically generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit d7c62aa3eaa24dc23f8ef7b72eb075da9fcb07e2.
  • Loading branch information
pulumi-bot committed Jul 17, 2024
1 parent a6594ed commit 162703b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ tfgen_build_only:

upstream:
ifneq ("$(wildcard upstream)","")
./upstream.sh init
./upstream.sh init -f
endif

bin/pulumi-java-gen: .pulumi-java-gen.version
Expand Down
2 changes: 1 addition & 1 deletion upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Either stage or reset the 'upstream' submodule changes before continuing:
git add upstream
# or #
git checkout upstream
(cd upstream && git checkout <current submodule commit of origin/default> && cd -)
EOF
exit 1
Expand Down

0 comments on commit 162703b

Please sign in to comment.