Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
salt
gitlab-ci-templates
Commits
c35c7a4f
Commit
c35c7a4f
authored
May 02, 2019
by
Arif Ali
Browse files
need to us -y not -f for apt
parent
6d9dd44d
Changes
1
Hide whitespace changes
Inline
Side-by-side
kitchen/config.yml
View file @
c35c7a4f
...
...
@@ -46,7 +46,8 @@ platforms:
salt_install
:
apt
lifecycle
:
post_create
:
-
remote
:
sudo apt -f upgrade
-
remote
:
sudo apt -y update
-
remote
:
sudo apt -y upgrade
-
name
:
ubuntu-18.04
driver_config
:
image
:
registry.ocf.co.uk/salt/docker/ubuntu-18.04-kitchen:base
...
...
@@ -60,7 +61,8 @@ platforms:
salt_install
:
apt
lifecycle
:
post_create
:
-
remote
:
sudo apt -f upgrade
-
remote
:
sudo apt -y update
-
remote
:
sudo apt -y upgrade
suites
:
-
name
:
carbon
...
...
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