This commit is contained in:
Core 2022-08-01 14:42:26 +01:00
parent 1d445df3b0
commit 2f7f8f0899
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6

View file

@ -50,6 +50,11 @@ jobs:
with: with:
submodules: true submodules: true
- name: Change Version
run: |
sudo chmod +x resources/version.sh && ./resources/version.sh || true
git remote show origin
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
# - name: Initialize CodeQL # - name: Initialize CodeQL
# uses: github/codeql-action/init@v1 # uses: github/codeql-action/init@v1
@ -78,9 +83,6 @@ jobs:
python3 -m pip install --upgrade castlabs-evs python3 -m pip install --upgrade castlabs-evs
python3 -m castlabs_evs.account refresh -A ${{ secrets.EVS_ACCOUNT_NAME }} -P ${{ secrets.EVS_PASSWD }} python3 -m castlabs_evs.account refresh -A ${{ secrets.EVS_ACCOUNT_NAME }} -P ${{ secrets.EVS_PASSWD }}
- name: Change Version
run: sudo chmod +x resources/version.sh && ./resources/version.sh || true
- name : Build - name : Build
env: env:
CSC_LINK: ${{ secrets.CSC_LINK }} CSC_LINK: ${{ secrets.CSC_LINK }}