Skip to content

Commit

Permalink
try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Feb 21, 2024
1 parent 5858750 commit 594ca71
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/condatest_essdgprivproj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,15 @@ jobs:
path: ./src_co

- name: Checkout project repo
env: # Or as an environment variable
THEACCESSTOKEN: ${{ secrets.ACCESS_TOKEN_DGCODE_PRIVATE_PROJECTS }}
run: |
git clone --depth=1 'https://usernamedoesnotmatter:${{ secrets.ACCESS_TOKEN_DGCODE_PRIVATE_PROJECTS }}@git.esss.dk/dgcode/dgcode_private_projects' ./src_testproject
set -eux
echo hello1
#git clone --depth=1 'https://git.esss.dk/dgcode/dgcode_private_projects.git' ./src_testproject
git clone --depth=1 'https://usernamedoesnotmatter:'"${THEACCESSTOKEN}"'@git.esss.dk/dgcode/dgcode_private_projects.git' ./src_testproject
echo hello2
- name: Setup conda environment
uses: ./src_co/.github/actions/setup
with:
Expand Down

0 comments on commit 594ca71

Please sign in to comment.