Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
teckids.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teckids
Team PR
teckids.org
Commits
b0bfed4b
"README.rst" did not exist on "03c1b9c1d9b600109df6949c66b11209e41d7f20"
Unverified
Commit
b0bfed4b
authored
1 year ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Reorganize CI
parent
8a892d45
No related branches found
No related tags found
No related merge requests found
Pipeline
#179480
passed
1 year ago
Stage: test
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-14
17 additions, 14 deletions
.gitlab-ci.yml
with
17 additions
and
14 deletions
.gitlab-ci.yml
+
17
−
14
View file @
b0bfed4b
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
build docker image
:
stages
:
-
test
-
build
-
deploy
zola check
:
stage
:
test
image
:
alpine:latest
before_script
:
-
apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ zola
-
apk add yarn
-
yarn install
script
:
-
zola check
docker build
:
stage
:
build
interruptible
:
true
image
:
name
:
gcr.io/kaniko-project/executor:debug
...
...
@@ -14,16 +30,3 @@ build docker image:
--destination $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
--cache=true
--cleanup
build pages
:
image
:
alpine:latest
before_script
:
-
apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ zola
-
apk add yarn
-
yarn install
script
:
-
zola build
-
cp _redirects public/
artifacts
:
paths
:
-
public/
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