Merge pull request #61 from dimforge/ci

Use environment file to set environment variables.
This commit is contained in:
Sébastien Crozet
2020-11-19 12:12:04 +01:00
committed by GitHub

View File

@@ -24,8 +24,8 @@ jobs:
- name: Find commit SHA - name: Find commit SHA
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
run: | run: |
echo "::set-env name=BENCHBOT_TARGET_COMMIT::$BENCHBOT_SHA" echo "BENCHBOT_TARGET_COMMIT=$BENCHBOT_SHA" >> $GITHUB_ENV
echo "::set-env name=BENCHBOT_OTHER_BACKENDS::true" echo "BENCHBOT_OTHER_BACKENDS=true" >> $GITHUB_ENV
- name: Send 3D bench message - name: Send 3D bench message
shell: bash shell: bash
run: curl -u $BENCHBOT_AMQP_USER:$BENCHBOT_AMQP_PASS run: curl -u $BENCHBOT_AMQP_USER:$BENCHBOT_AMQP_PASS