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
1bb3f424
Commit
1bb3f424
authored
Feb 01, 2019
by
Arif Ali
Browse files
Add apt-get update before installing the package
parent
ff549584
Changes
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci-includes/deb_pkg.yml
View file @
1bb3f424
.pkg_default_options
:
&pkg_default_options
image
:
ubuntu:latest
before_script
:
-
apt-get -y update
-
apt-get -y install build-essential devscripts debhelper
only
:
-
master
...
...
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