Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
provision
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
provision
Commits
8bfd4bd2
Commit
8bfd4bd2
authored
May 11, 2017
by
helmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try docker:latest base image
parent
3d364d9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
.gitlab-ci.yml
.gitlab-ci.yml
+9
-10
No files found.
.gitlab-ci.yml
View file @
8bfd4bd2
...
...
@@ -87,21 +87,23 @@ test:ubuntu-xenial-aegir3-apt:
script
:
"
scripts/ci-aegir-dev-install-apt-ubuntu.sh"
test:behat:
stage
:
test
image
:
aegir/hostmaster:packaging_base
image
:
docker:latest
services
:
-
docker:dind
dependencies
:
-
build:deb
variables
:
AEGIR_TESTS_VERSION
:
"
master"
DOCKER_DRIVER
:
overlay
before_script
:
-
sudo apt-get install --yes apt-transport-https ca-certificates curl gnupg2 software-properties-common
-
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -
-
sudo apt-key fingerprint 0EBFCD88
-
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
-
sudo apt-get update
-
sudo apt-get install --yes docker-ce
-
docker info
-
git clone http://github.com/aegir-project/tests.git tests
-
cd tests
-
git checkout $AEGIR_TESTS_VERSION
...
...
@@ -112,13 +114,10 @@ test:behat:
-
bash prepare-testenv.sh
script
:
# Tests are included in the docker-compose.yml file in the tests repo.
-
sudo docker-compose -f docker-compose-provision.yml run hostmaster
publish:unstable-repo:
stage
:
publish
dependencies
:
...
...
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