Skip to content

Commit

Permalink
[CI] remove ubuntu artful, part 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed May 7, 2019
1 parent 050f446 commit 22f9ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Expand Up @@ -542,7 +542,7 @@ publish:debian:
image: ubuntu:bionic
script:
- apt-get update
- apt-get install -y sudo apt-utils sssd
- apt-get install -y sudo apt-utils sssd gpg
- mkdir /home/stci
- chown -R stci:def-cg /home/stci
- chmod -R 700 /home/stci
Expand Down Expand Up @@ -589,7 +589,7 @@ publish:debian:release:
image: ubuntu:bionic
script:
- apt-get update
- apt-get install -y sudo apt-utils sssd
- apt-get install -y sudo apt-utils sssd gpg
- mkdir /home/stci
- chown -R stci:def-cg /home/stci
- chmod -R 700 /home/stci
Expand Down

0 comments on commit 22f9ee5

Please sign in to comment.