File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
nix/run_bash_command_in_nix Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4141 echo "Failed to build and enter the nix environment, retrying in $SLEEP_DURATION seconds..."
4242 sleep $SLEEP_DURATION
4343 fi
44+ echo "github output: $GITHUB_OUTPUT"
4445 nix develop \
4546 path:nix \
4647 --ignore-environment \
5152 --keep RUN_SPLITTED_TESTS_CMD \
5253 --keep COURSIER_CACHE \
5354 --keep SBT_OPTS \
54- --keep GITHUB_OUTPUT \
5555 --command echo "Confirmed that we can build and enter the nix environment!" \
5656 && break
5757 NIX_ENV_TRY_COUNT=$((NIX_ENV_TRY_COUNT+1))
@@ -145,6 +145,7 @@ runs:
145145 --keep CI \
146146 --keep COURSIER_CACHE \
147147 --keep SBT_OPTS \
148+ --keep GITHUB_OUTPUT \
148149 --keep RUN_SPLITTED_TESTS_CMD \
149150 --keep GCP_DA_CN_DEVNET_KEY \
150151 --keep GCP_DA_CN_CI_KEY \
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ runs:
158158 ./scripts/initial-package-config.py ${{ inputs.daml_base_version }} initial_package_config scala_test_tags
159159 echo "Initial package config" $(cat initial_package_config)
160160 echo "ScalaTest tags: $(cat scala_test_tags)"
161- echo "initial_package_versions='$(cat initial_package_config)'\n" >> $GITHUB_OUTPUT
161+ echo "initial_package_versions='$(cat initial_package_config)'\n" >> " $GITHUB_OUTPUT"
162162 else
163163 echo "daml_base_version is not set, using the latest versions"
164164 fi
You can’t perform that action at this time.
0 commit comments