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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,9 +17,9 @@ jobs:
      - uses: actions/checkout@v4
      - name: Run script
        run: |
          git config --global user.name "abc"
          git config --global user.name "github-actions"
          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
          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