Skip to content

Commit

Permalink
fix cads-forms-insitu cloning 5
Browse files Browse the repository at this point in the history
  • Loading branch information
garciampred committed Dec 17, 2024
1 parent 9d532e3 commit b3e8e4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ jobs:
ref: 'new-variables'
path: common_data_model
- name: Download cads-forms-insitu
uses: actions/checkout@v4
env:
BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
timeout-minutes: 2
run: |
git clone --depth 1 -b dev https://"$BITBUCKET_TOKEN"@git.ecmwf.int/scm/cds/cads-forms-insitu.git
git clone --depth 1 -b dev https://${BITBUCKET_TOKEN}@git.ecmwf.int/scm/cds/cads-forms-insitu.git
- name: Deploy test ingestion database
env:
TEST_INGESTION_DB_PASS: ${{ secrets.TEST_INGESTION_DB_PASS }}
Expand Down

0 comments on commit b3e8e4d

Please sign in to comment.