Skip to content

Commit

Permalink
fix cads-forms-insitu cloning 6
Browse files Browse the repository at this point in the history
  • Loading branch information
garciampred committed Dec 17, 2024
1 parent b3e8e4d commit 3d552cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
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 3d552cb

Please sign in to comment.