File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ jobs:
104104 id : fetch-versions
105105 run : |
106106 pip3 install -r ci/requirements.txt
107- echo "::set-output name= scylla-integration-tests-versions:: $(python3 ci/version_fetch.py scylla-oss-stable:2 scylla-oss-rc scylla-enterprise-stable:2 scylla-enterprise-rc)"
108- echo "::set-output name= cassandra-integration-tests-versions:: $(python3 ci/version_fetch.py cassandra3-stable:1 cassandra4-stable:1)"
107+ echo "scylla-integration-tests-versions= $(python3 ci/version_fetch.py scylla-oss-stable:2 scylla-oss-rc scylla-enterprise-stable:2 scylla-enterprise-rc)" >> $GITHUB_OUTPUT
108+ echo "cassandra-integration-tests-versions= $(python3 ci/version_fetch.py cassandra3-stable:1 cassandra4-stable:1)" >> $GITHUB_OUTPUT
109109 outputs :
110110 scylla-integration-tests-versions : ${{ steps.fetch-versions.outputs.scylla-integration-tests-versions }}
111111 cassandra-integration-tests-versions : ${{ steps.fetch-versions.outputs.cassandra-integration-tests-versions }}
You can’t perform that action at this time.
0 commit comments