Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
gtk
Commits
3308b817
Commit
3308b817
authored
Jan 06, 2018
by
AlmAck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip-ci] fix YAML syntax
parent
9e21fdde
Pipeline
#69
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
3308b817
...
...
@@ -71,7 +71,7 @@ build_repo:
sign_pkgs
:
stage
:
sign
script
:
-
for pkg in $(find . -type f | grep ".pkg.tar.xz"); do echo "sign
:
$pkg" && echo "$GPG_PASSWORD" | gpg -sb --pinentry-mode loopback --passphrase-fd 0 $pkg; done
-
for pkg in $(find . -type f | grep ".pkg.tar.xz"); do echo "sign
ing
$pkg" && echo "$GPG_PASSWORD" | gpg -sb --pinentry-mode loopback --passphrase-fd 0 $pkg; done
artifacts
:
# expire artifacts per default - the gitlab web frontend can be used to keep
# artifacts of interest for an unlimited time
...
...
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