Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Julian Brost
demo-ci
Commits
9a2771ee
Commit
9a2771ee
authored
Dec 10, 2021
by
Julian Brost
🦄
Browse files
Update .gitlab-ci.yml
parent
ad21d071
Pipeline
#22881
failed with stage
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9a2771ee
...
...
@@ -3,6 +3,10 @@ stages:
demo
:
stage
:
build
image
:
alpine
image
:
alpine
/git
script
:
-
echo "Running demo CI job for GitHub commit ${GITHUB_COMMIT_ID=(none)}"
-
git clone https://github.com/${GITHUB_REPO}.git
-
cd $(basename "${GITHUB_REPO}")
-
git fetch origin "${GITHUB_COMMIT_ID}"
-
git checkout "${GITHUB_COMMIT_ID}"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment