Skip to content

Commit

Permalink
Merge pull request #5976 from freedomofpress/update-ci-nested-virt-bu…
Browse files Browse the repository at this point in the history
…ster

Use latest Buster CI image
  • Loading branch information
conorsch authored Aug 9, 2021
2 parents ba11676 + 011a0d1 commit b361d57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devops/gce-nested/gce-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function find_latest_ci_image() {
# --filter="family:fpf-securedrop AND name ~ ^ci-nested-virt" \
# --sort-by=~Name --limit=1 --format="value(Name)"
# Return hardcoded image id to prevent newer builds from breaking CI
echo "ci-nested-virt-buster-1606755081"
echo "ci-nested-virt-buster-1623169910"
}

# Call out to GCE API and start a new instance, designating
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
- name: Update apt cache.
shell: apt-get update -q

- name: Install apache packages.
apt:
pkg: "{{ apache_packages }}"
state: present
update_cache: yes
cache_valid_time: 3600
tags:
- apt
Expand Down

0 comments on commit b361d57

Please sign in to comment.