Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Sep 16, 2023
1 parent 2169a09 commit f4b09c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,10 @@ jobs:
- name: Clean dotnet folder for space
run: rm -Rf /usr/share/dotnet
- name: Create Copernicus Climate Change Config file
- name: Get number of CPU cores
uses: jwsi/secret-parser@v1
uses: SimenB/github-actions-cpu-cores@v1
with:
id: cpu-cores
filename: tools/essential_climate_variables/cdsapirc.cfg
- name: Clean dotnet folder for space
secret-name: GALAXY_COPERNICUS_CDSAPIRC_KEY
run: rm -Rf /usr/share/dotnet
secret-value: ${{ secrets.GALAXY_COPERNICUS_CDSAPIRC_KEY }}
- name: Create Copernicus Atmosphere Monitoring Config file
uses: jwsi/secret-parser@v1
Expand Down

0 comments on commit f4b09c9

Please sign in to comment.