BUilding selenium
This commit is contained in:
parent
980f487f4b
commit
b0b2a3e950
@ -6,4 +6,14 @@ build-ansible-image:
|
|||||||
script:
|
script:
|
||||||
- sh build-image.sh ansible
|
- sh build-image.sh ansible
|
||||||
|
|
||||||
|
build-website-image:
|
||||||
|
extends: .builder
|
||||||
|
script:
|
||||||
|
- sh build-image.sh website
|
||||||
|
|
||||||
|
|
||||||
|
build-selelium-image:
|
||||||
|
extends: .builder
|
||||||
|
script:
|
||||||
|
- sh build-image.sh selenium
|
||||||
|
|
||||||
|
@ -11,4 +11,7 @@ stages:
|
|||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- master
|
- master
|
||||||
|
# Ensure we login to docker hub before hand everytime
|
||||||
|
before_script:
|
||||||
|
- echo $DOCKER_PASSWORD | docker login -u $DOCKER_USERNAME --password-stdin
|
||||||
|
|
||||||
|
@ -3,12 +3,19 @@
|
|||||||
This repository serves as a place of consolidation for most of the major public
|
This repository serves as a place of consolidation for most of the major public
|
||||||
docker images that I maintain.
|
docker images that I maintain.
|
||||||
|
|
||||||
|
# Building
|
||||||
|
|
||||||
|
Workflow for is defined as such in 3 stages:
|
||||||
|
|
||||||
|
* Validation stage: where we lint and check any
|
||||||
|
|
||||||
|
|
||||||
# Update Cycle
|
# Update Cycle
|
||||||
|
|
||||||
I mostly update these for my own sake however special versioning cycles can be
|
I mostly update these for my own sake however special versioning cycles can be
|
||||||
arranged for those that that request it.
|
arranged for those that that request it.
|
||||||
|
|
||||||
Email: `dev@shockrah.xyz`
|
Email: `mail@shockrah.xyz`
|
||||||
|
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
|
Loading…
Reference in New Issue
Block a user