Skip to content
Snippets Groups Projects
Unverified Commit 1c56379f authored by Amy Stamile's avatar Amy Stamile Committed by GitHub
Browse files

Update Github Action to use new Gitlab repo (#5587)

* Update gitlab repo

* small fix
parent 3b879d0d
No related branches found
No related tags found
No related merge requests found
...@@ -17,9 +17,9 @@ jobs: ...@@ -17,9 +17,9 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Run script - name: Run script
run: | run: |
git config --global user.name "abc" git config --global user.name "github-actions"
git config --global user.email "abc@example.com" git config --global user.email "abc@example.com"
git clone https://isis-codebuild-ci:$GITLAB_TOKEN@code.usgs.gov/astamile1/isis-codebuild-ci.git git clone https://isis-codebuild-ci:$GITLAB_TOKEN@code.usgs.gov/astrogeology/isis-codebuild-ci.git
cd isis-codebuild-ci cd isis-codebuild-ci
git checkout -b PR_$PR_NUMBER git checkout -b PR_$PR_NUMBER
echo -e "\nenv: \n shell: bash \n variables: \n PR_NUMBER: $PR_NUMBER \n MERGE_BRANCH: $GITHUB_BASE_REF" >> buildspec.yml echo -e "\nenv: \n shell: bash \n variables: \n PR_NUMBER: $PR_NUMBER \n MERGE_BRANCH: $GITHUB_BASE_REF" >> buildspec.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment