Skip to content
Snippets Groups Projects

Add gitlab-ci file

Merged Nuwan Rajika Kumarasiri requested to merge pipeline into master
1 file
+ 17
0
Compare changes
  • Side-by-side
  • Inline
.gitlab-ci.yml 0 → 100644
+ 17
0
stages:
- build
before_script:
- SHORT_SHA=${CI_COMMIT_SHA:0:8}
- apk update && apk add python3-pip
- pip3 install awscli
- aws help
image: docker:latest
build-master:
stage: build
tags:
- docker
script:
- echo ${CI_REGISTRY_IMAGE}:git-${SHORT_SHA}
Loading