Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AKPlanning ansible role
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIF
AKPlanning ansible role
Commits
89d239fb
Commit
89d239fb
authored
4 years ago
by
Felix Schäfer
Browse files
Options
Downloads
Patches
Plain Diff
Change image, do more by hand
parent
7930b947
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+13
-1
13 additions, 1 deletion
.gitlab-ci.yml
with
13 additions
and
1 deletion
.gitlab-ci.yml
+
13
−
1
View file @
89d239fb
---
image
:
quay.io/ansible/molecule:3.0.8
image
:
docker:stable-dind
services
:
-
docker:dind
variables
:
GIT_DEPTH
:
"
1"
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/pip-cache"
GIT_CLONE_PATH
:
$CI_BUILDS_DIR/kif.akplanning
cache
:
paths
:
-
"
$CI_PROJECT_DIR/pip-cache"
key
:
"
$CI_PROJECT_ID"
before_script
:
-
apk add --no-cache
python3 python3-dev py3-pip gcc git curl build-base
autoconf automake py3-cryptography linux-headers
musl-dev libffi-dev openssl-dev openssh
-
docker info
-
python3 --version
-
python3 -m pip install ansible molecule[docker] ansible-lint
-
ansible --version
-
molecule --version
molecule
:
stage
:
test
script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment