Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
9858817c
Commit
9858817c
authored
Feb 18, 2021
by
Eric Timmons
Browse files
Fix CI yaml
parent
e1cf9ee0
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9858817c
...
...
@@ -17,7 +17,7 @@ stages:
.static-release
:
stage
:
build
image
:
$DOCKER_HUB_CI_REPO:$SBCL_VERSION-alpine$ALPINE_VERSION-$ARCH
p
re_script
:
befo
re_script
:
-
git checkout -B $CI_COMMIT_BRANCH $CI_COMMIT_SHA
script
:
-
sbcl --script scripts/build-static-release.lisp
...
...
@@ -47,7 +47,7 @@ static-release:linux:arm64:
.dynamic-exec
:
stage
:
build
image
:
$DOCKER_HUB_CI_REPO:$SBCL_VERSION-alpine$ALPINE_VERSION-$ARCH
p
re_script
:
befo
re_script
:
-
git checkout -B $CI_COMMIT_BRANCH $CI_COMMIT_SHA
script
:
-
sbcl --script scripts/build.lisp
...
...
@@ -78,7 +78,7 @@ dynamic-exec:linux:armv7:
dynamic-exec:macos:amd64:
stage
:
build
p
re_script
:
befo
re_script
:
-
git checkout -B $CI_COMMIT_BRANCH $CI_COMMIT_SHA
script
:
-
sbcl --script scripts/build.lisp
...
...
Write
Preview
Markdown
is supported
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