Skip to content

Commit

Permalink
updated github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jpswinski committed Jan 12, 2024
1 parent f4cbf03 commit 3b713d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Setup Docker Environment
run: |
docker pull ubuntu:20.04
docker pull amazonlinux:2023
docker pull haproxytech/haproxy-ubuntu:2.6
docker pull openresty/openresty:buster
aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 742127912612.dkr.ecr.us-west-2.amazonaws.com
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/self_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
container: ghcr.io/icesat2-sliderule/sliderule-buildenv:latest

steps:
- name: Install dependencies
run: |
apt-get update -y
apt-get install -y curl
- name: Checkout sliderule repository
uses: actions/checkout@v3

Expand Down

0 comments on commit 3b713d7

Please sign in to comment.