diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71bd5dff3aebc257b74020af4de7d8682ceba047..609f29631bdb2b3a9d7bf9e4f5908ae126052306 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,30 +1,3 @@ -image: docker:19.03.0 - -services: - - docker:19.03.0-dind - -variables: - DOCKER_DRIVER: overlay - DOCKER_HOST: tcp://docker:3000 - DOCKER_TLS_CERTDIR: "" - - -stages: - - build - -before_script: - - docker info - -docker_build: - stage: build - script: - - apk add --no-cache curl - - docker login -u _ -p $HEROKU_TOKEN registry.heroku.com - - docker pull registry.heroku.com/secfit-group15/web || true - - docker build - --cache-from registry.heroku.com/secfit-group15/web - --tag registry.heroku.com/secfit-group15/web - --file ./Dockerfile - "." - - docker push registry.heroku.com/secfit-group15/web - +job: + script: + - echo "Hello world" \ No newline at end of file