Skip to content

Commit

Permalink
ci: use custom ci image (#336)
Browse files Browse the repository at this point in the history
* switch to own ci image

skipping one step should speed up the build

* add ci dockerfile

* add tag
  • Loading branch information
weichweich authored Mar 11, 2022
1 parent 2481221 commit e999bfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ test-features:

build:
image:
name: amazon/aws-cli:2.2.38
name: kiltprotocol/kilt-ci:2.2.38
entrypoint: [""]
stage: build
only:
Expand All @@ -46,7 +46,6 @@ build:
DOCKER_HUB_PARACHAIN: "kiltprotocol/kilt-node"
DOCKER_HUB_STANDALONE: "kiltprotocol/mashnet-node"
before_script:
- amazon-linux-extras install docker
- aws --version
- docker --version
script:
Expand Down
3 changes: 3 additions & 0 deletions .maintain/ci.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM amazon/aws-cli:2.2.38

RUN amazon-linux-extras install docker

0 comments on commit e999bfb

Please sign in to comment.