Skip to content

Commit

Permalink
More updates to Gitlab Workflow (DOI-USGS#5589)
Browse files Browse the repository at this point in the history
* test workflow

* more fixes

---------

Co-authored-by: github-actions <abc@example.com>
  • Loading branch information
amystamile-usgs and github-actions authored Aug 15, 2024
1 parent 11f657f commit ab5ed1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitlab-codebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- uses: actions/checkout@v4
- name: Run script
run: |
git config --global user.name "github-actions"
git config --global user.email "abc@example.com"
git config --global user.name "Github_CI"
git config --global user.email "project_14468_bot_3f7d8e1a392afd88ead5f3f3154e809d@noreply.gitlab.com"
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
Expand Down

0 comments on commit ab5ed1d

Please sign in to comment.