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
1e945aab
Commit
1e945aab
authored
May 11, 2017
by
helmo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "try docker:latest base image"
This reverts commit
8bfd4bd2
.
parent
5625077b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
.gitlab-ci.yml
.gitlab-ci.yml
+10
-10
No files found.
.gitlab-ci.yml
View file @
1e945aab
...
...
@@ -87,25 +87,22 @@ test:ubuntu-xenial-aegir3-apt:
script
:
"
scripts/ci-aegir-dev-install-apt-ubuntu.sh"
test:behat:
stage
:
test
image
:
docker:latest
services
:
-
docker:dind
image
:
aegir/hostmaster:packaging_base
dependencies
:
-
build:deb
variables
:
AEGIR_TESTS_VERSION
:
"
master"
DOCKER_DRIVER
:
overlay
before_script
:
-
docker info
-
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 git-core
-
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
...
...
@@ -116,10 +113,13 @@ 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