Skip to content

Commit

Permalink
Merge pull request #4483 from freedomofpress/update-builder-20190529
Browse files Browse the repository at this point in the history
Update builder hash
  • Loading branch information
redshiftzero authored May 31, 2019
2 parents 2574af6 + de4c93c commit 52ae022
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
docker:
- image: gcr.io/cloud-builders/docker
steps:
- run: apt-get install -y make virtualenv python-pip
- run: apt-get install -y make virtualenv python-pip enchant
- checkout
- setup_remote_docker
- run: make ci-deb-tests
Expand All @@ -305,6 +305,7 @@ workflows:
ignore:
- /docs-.*/
- /i18n-.*/
- /update-builder-.*/
requires:
- lint
- python3-app-tests:
Expand All @@ -313,6 +314,7 @@ workflows:
ignore:
- /docs-.*/
- /i18n-.*/
- /update-builder-.*/
requires:
- lint
- admin-tests:
Expand All @@ -321,6 +323,7 @@ workflows:
ignore:
- /docs-.*/
- /i18n-.*/
- /update-builder-.*/
requires:
- lint
- fetch-tor-debs:
Expand All @@ -329,6 +332,7 @@ workflows:
ignore:
- /docs-.*/
- /i18n-.*/
- /update-builder-.*/
requires:
- lint
- updater-gui-tests:
Expand All @@ -337,6 +341,7 @@ workflows:
ignore:
- /docs-.*/
- /i18n-.*/
- /update-builder-.*/
requires:
- lint
- static-analysis-and-no-known-cves:
Expand Down
2 changes: 1 addition & 1 deletion devops/scripts/test-built-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ set -o pipefail

virtualenv_bootstrap

make build-debs
molecule test -s builder-xenial
4 changes: 2 additions & 2 deletions molecule/builder-xenial/image_hash
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# sha256 digest quay.io/freedomofpress/sd-docker-builder-xenial:2019_05_15
20c4aa2c6a01a135379ff439ae439ce0ad80ec9e41db8c2b242f54310c536a92
# sha256 digest quay.io/freedomofpress/sd-docker-builder-xenial:2019_05_31
93cc5792cd73f1c6499866d9ab3c246c798ef77c434a4853637ad11ecaf5ead7

0 comments on commit 52ae022

Please sign in to comment.