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
8a892d45
Unverified
Commit
8a892d45
authored
11 months ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Remvoe CI stages
parent
d243748c
No related branches found
No related tags found
No related merge requests found
Pipeline
#179369
canceled
11 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-14
0 additions, 14 deletions
.gitlab-ci.yml
with
0 additions
and
14 deletions
.gitlab-ci.yml
+
0
−
14
View file @
8a892d45
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
stages
:
-
build
-
deploy
build docker image
:
stage
:
build
interruptible
:
true
image
:
name
:
gcr.io/kaniko-project/executor:debug
...
...
@@ -21,7 +16,6 @@ build docker image:
--cleanup
build pages
:
stage
:
build
image
:
alpine:latest
before_script
:
-
apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ zola
...
...
@@ -33,11 +27,3 @@ build pages:
artifacts
:
paths
:
-
public/
push docker image
:
stage
:
deploy
before_script
:
-
buildah login -u "$CI_REGISTRY_USER" --password $CI_REGISTRY_PASSWORD $CI_REGISTRY
script
:
-
buildah push teckids.org:latest
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