Skip to content

Commit 5da5b5b

Browse files
committed
add gitlab, remove travis configs
1 parent abf144e commit 5da5b5b

File tree

4 files changed

+9
-96
lines changed

4 files changed

+9
-96
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
before_script:
2+
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD
3+
4+
build:
5+
stage: build
6+
script:
7+
- docker build -t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA -f Dockerfile.armhf .
8+
- docker tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
9+
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME

.travis.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.travis/build.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

.travis/setup.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)