Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ISIS3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
ISIS3
Commits
1c56379f
Unverified
Commit
1c56379f
authored
10 months ago
by
Amy Stamile
Committed by
GitHub
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/gitlab-codebuild.yml
+2
-2
2 additions, 2 deletions
.github/workflows/gitlab-codebuild.yml
with
2 additions
and
2 deletions
.github/workflows/gitlab-codebuild.yml
+
2
−
2
View file @
1c56379f
...
@@ -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/ast
amile1
/isis-codebuild-ci.git
git clone https://isis-codebuild-ci:$GITLAB_TOKEN@code.usgs.gov/ast
rogeology
/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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment