Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
zesje
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
157
Issues
157
List
Boards
Labels
Service Desk
Milestones
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zesje
zesje
Commits
50d73300
Verified
Commit
50d73300
authored
Apr 27, 2020
by
Hugo Kerstens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change kaniko build to manual action
parent
523a8e54
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
.gitlab-ci.yml
.gitlab-ci.yml
+10
-2
No files found.
.gitlab-ci.yml
View file @
50d73300
# This base image can be found in 'Dockerfile'
image
:
gitlab.kwant-project.org:5005/zesje/zesje/test:latest
image
:
$TEST_IMAGE
stages
:
-
build-env
...
...
@@ -7,10 +7,11 @@ stages:
-
test
variables
:
TEST_IMAGE
:
${CI_REGISTRY_IMAGE}/test
:${CI_COMMIT_REF_SLUG}
TEST_IMAGE
:
${CI_REGISTRY_IMAGE}/test
build-image
:
stage
:
build-env
when
:
manual
image
:
name
:
gcr.io/kaniko-project/executor:debug-v0.16.0
entrypoint
:
[
"
"
]
...
...
@@ -39,14 +40,19 @@ build:
-
zesje/static
expire_in
:
1 week
.conda-env
:
&conda-env
before_script
:
-
source activate zesje-dev
test_js
:
<<
:
*conda-env
image
:
$TEST_IMAGE
stage
:
test
script
:
-
yarn test:js
lint_js
:
<<
:
*conda-env
image
:
$TEST_IMAGE
stage
:
test
allow_failure
:
true
...
...
@@ -54,6 +60,7 @@ lint_js:
-
yarn lint:js
lint_py
:
<<
:
*conda-env
image
:
$TEST_IMAGE
stage
:
test
allow_failure
:
true
...
...
@@ -61,6 +68,7 @@ lint_py:
-
yarn lint:py
test_py
:
<<
:
*conda-env
image
:
$TEST_IMAGE
stage
:
test
script
:
...
...
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