mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 13:52:02 +08:00
Removed Dockerfile validation.
This commit is contained in:
parent
890136e642
commit
e320bdbb11
@ -9,10 +9,6 @@ language: generic
|
|||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
before_script:
|
|
||||||
- echo "Validating Dockerfile..."
|
|
||||||
- docker run --rm -v "$(pwd)/Dockerfile:/Dockerfile:ro" redcoolbeans/dockerlint:0.2.0
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- echo "Starting build of Docker image..."
|
- echo "Starting build of Docker image..."
|
||||||
- docker build --no-cache --pull -t $TRAVIS_REPO_SLUG:$TRAVIS_JOB_ID .
|
- docker build --no-cache --pull -t $TRAVIS_REPO_SLUG:$TRAVIS_JOB_ID .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user