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 41
41
echo "Failed to build and enter the nix environment, retrying in $SLEEP_DURATION seconds..."
42
42
sleep $SLEEP_DURATION
43
43
fi
44
+ echo "github output: $GITHUB_OUTPUT"
44
45
nix develop \
45
46
path:nix \
46
47
--ignore-environment \
51
52
--keep RUN_SPLITTED_TESTS_CMD \
52
53
--keep COURSIER_CACHE \
53
54
--keep SBT_OPTS \
54
- --keep GITHUB_OUTPUT \
55
55
--command echo "Confirmed that we can build and enter the nix environment!" \
56
56
&& break
57
57
NIX_ENV_TRY_COUNT=$((NIX_ENV_TRY_COUNT+1))
@@ -145,6 +145,7 @@ runs:
145
145
--keep CI \
146
146
--keep COURSIER_CACHE \
147
147
--keep SBT_OPTS \
148
+ --keep GITHUB_OUTPUT \
148
149
--keep RUN_SPLITTED_TESTS_CMD \
149
150
--keep GCP_DA_CN_DEVNET_KEY \
150
151
--keep GCP_DA_CN_CI_KEY \
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ runs:
158
158
./scripts/initial-package-config.py ${{ inputs.daml_base_version }} initial_package_config scala_test_tags
159
159
echo "Initial package config" $(cat initial_package_config)
160
160
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"
162
162
else
163
163
echo "daml_base_version is not set, using the latest versions"
164
164
fi
You can’t perform that action at this time.
0 commit comments