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
d243748c
Unverified
Commit
d243748c
authored
11 months ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://edugit.org/Teckids/team-pr/teckids.org
parents
6a320bc3
e0b804c7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#179368
failed
11 months ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-10
12 additions, 10 deletions
.gitlab-ci.yml
with
12 additions
and
10 deletions
.gitlab-ci.yml
+
12
−
10
View file @
d243748c
image
:
quay.io/buildah/stable:latest
variables
:
STORAGE_DRIVER
:
vfs
BUILDAH_FORMAT
:
docker
BUILDAH_ISOLATION
:
chroot
GIT_SUBMODULE_STRATEGY
:
recursive
stages
:
...
...
@@ -12,13 +7,22 @@ stages:
build docker image
:
stage
:
build
script
:
-
buildah bud -t teckids.org:latest
interruptible
:
true
retry
:
1
image
:
name
:
gcr.io/kaniko-project/executor:debug
entrypoint
:
[
"
"
]
script
:
-
echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" >/kaniko/.docker/config.json
-
/kaniko/executor
--context $CI_PROJECT_DIR
--dockerfile $CI_PROJECT_DIR/Dockerfile
--destination $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
--cache=true
--cleanup
build pages
:
stage
:
build
image
:
alpine:latest
before_script
:
-
apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ zola
-
apk add yarn
...
...
@@ -29,8 +33,6 @@ build pages:
artifacts
:
paths
:
-
public/
only
:
-
master
push docker image
:
stage
:
deploy
...
...
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