File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4747 - name : Build SLC ${{ inputs.flavor }}
4848 id : build-slc
4949 run : |
50- slc_path=`poetry run -- nox -s "ci:export-and-scan-vulnerabilities" --flavor "${{inputs.flavor}}" --branch-name ${GITHUB_REF##*/ } --docker-user "$DOCKER_USERNAME" --docker-password "$DOCKER_PASSWORD" --commit-sha "${{ github.sha }}"`
50+ slc_path=`poetry run -- nox -s "ci:export-and-scan-vulnerabilities" --flavor "${{inputs.flavor}}" --branch-name ${{github.ref_name} } --docker-user "$DOCKER_USERNAME" --docker-password "$DOCKER_PASSWORD" --commit-sha "${{ github.sha }}"`
5151 echo "slc-path=$slc_path" >> $GITHUB_OUTPUT
5252 env :
5353 DOCKER_USERNAME : ${{ secrets.DOCKER_USERNAME }}
Original file line number Diff line number Diff line change 2525 - name : Run check
2626 id : run-check
2727 run : |
28- echo branch name is ${GITHUB_REF##*/ }
29- result = `poetry run -- nox -s run_check_if_build_needed -- --flavor ${{ inputs.flavor }} --branch-name ${GITHUB_REF##*/ }`
28+ echo branch name is ${{github.ref_name} }
29+ result = `poetry run -- nox -s ci:check-if-build-need -- -- flavor ${{ inputs.flavor }} --branch-name ${{github.ref_name} }`
3030 echo "continue=$result" >> $GITHUB_OUTPUT
3131
3232 outputs :
You can’t perform that action at this time.
0 commit comments