DevEnv: updates build-ci-deploy dockerfile and CI config to include yarn (#22809)

* DevEnv: updates build-ci-deploy dockerfile

* DevEnv: updates build-ci-deploy dockerfile version in circleci config
pull/22815/head^2
Lukas Siatka 6 years ago committed by GitHub
parent 46165a7f7b
commit 935ec07cfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .circleci/config.yml
  2. 2
      scripts/build/ci-deploy/Dockerfile
  3. 2
      scripts/build/ci-deploy/build-deploy.sh

@ -29,7 +29,7 @@ executors:
- image: grafana/build-container:1.2.13
grafana-publish:
docker:
- image: grafana/grafana-ci-deploy:1.2.3
- image: grafana/grafana-ci-deploy:1.2.4
docker:
machine:
image: circleci/classic:201808-01

@ -6,7 +6,7 @@ RUN git clone https://github.com/aptly-dev/aptly $GOPATH/src/github.com/aptly-de
git reset --hard a64807efdaf5e380bfa878c71bc88eae10d62be1 && \
make install
FROM circleci/python:2.7-stretch
FROM circleci/python:2.7-stretch-node
USER root

@ -1,6 +1,6 @@
#!/bin/bash
_version="1.2.3"
_version="1.2.4"
_tag="grafana/grafana-ci-deploy:${_version}"
docker build -t $_tag .

Loading…
Cancel
Save