Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
archlinux-docker
Commits
ba95d3d8
Commit
ba95d3d8
authored
Jul 30, 2020
by
hashworks
Browse files
Update .gitlab-ci.yml
parent
5490e224
Pipeline
#799
passed with stages
in 3 minutes and 26 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ba95d3d8
...
@@ -41,7 +41,7 @@ test:
...
@@ -41,7 +41,7 @@ test:
-
job
:
docker
-
job
:
docker
artifacts
:
false
artifacts
:
false
script
:
script
:
-
pacman -Sy arch-audit jq
# No -Syu since we want to audit the current image state
-
pacman -Sy
--noconfirm
arch-audit jq
# No -Syu since we want to audit the current image state
-
pacman -Qqk
-
pacman -Qqk
-
AUDIT="$(arch-audit --color never --recursive)"
-
AUDIT="$(arch-audit --color never --recursive)"
-
if [ -n "$AUDIT" ]; then
-
if [ -n "$AUDIT" ]; then
...
...
Write
Preview
Supports
Markdown
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