Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
desktop
Commits
e5f9adf0
Commit
e5f9adf0
authored
Jul 30, 2020
by
Chaoting Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prepare makepkg prior to prepare ky
parent
f24fd1c5
Pipeline
#6905
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
e5f9adf0
...
...
@@ -12,6 +12,8 @@ before_script:
-
git clone --depth 1 https://code.chakralinux.org/tools/chakra-gitlab-ci-scripts _gitlab-ci-scripts
# setup basic environment settings, as root
-
_gitlab-ci-scripts/prepare.sh
# setup makepkg settings (enable and sync the correct repository), as root
-
_gitlab-ci-scripts/prepare_makepkg.sh
# configure encryption environments
-
sudo -u builder -E -H _gitlab-ci-scripts/prepare_keys.sh
...
...
@@ -20,8 +22,6 @@ makepkg:
only
:
-
merge_requests
script
:
# setup makepkg settings (enable and sync the correct repository), as root
-
_gitlab-ci-scripts/prepare_makepkg.sh
# the build script can't be run as root, as makepkg would complain...
-
sudo -u builder -E -H _gitlab-ci-scripts/build.sh
...
...
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