Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Course Site
Commits
22fc27c4
Commit
22fc27c4
authored
Feb 04, 2021
by
Daya Adianto
Browse files
Ignore CVE present in one of build dependency
parent
9aed53d9
Pipeline
#62666
failed with stages
in 4 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
22fc27c4
...
...
@@ -27,12 +27,12 @@ check:
-
allow_failure
:
true
script
:
-
pipenv check
--ignore
39462
# Ignore CVE #39462 until next version of Tornado and/or Python.
# See discussion at https://github.com/tornadoweb/tornado/issues/2981.
build:artifact:
stage
:
package
rules
:
-
if
:
$CI_MERGE_REQUEST_IID
when
:
never
script
:
-
pipenv run mkdocs build
artifacts
:
...
...
@@ -49,9 +49,6 @@ build:image:
REGISTRY_USERNAME
:
$CSUI_REGISTRY_USERNAME
REGISTRY_PASSWORD
:
$CSUI_REGISTRY_PASSWORD
IMAGE_TAG
:
latest
rules
:
-
if
:
$CI_MERGE_REQUEST_IID
when
:
never
before_script
:
-
export REGISTRY_AUTH=$(printf $REGISTRY_USERNAME:$REGISTRY_PASSWORD | base64)
-
printf "{\"auths\":{\"$REGISTRY_SERVER\":{\"auth\":\"$REGISTRY_AUTH\"}}}" > /kaniko/.docker/config.json
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment