Now With More Environment Variables

This commit is contained in:
Annika Merris 2024-02-02 09:54:50 -05:00
parent 2a6b86f00d
commit 61eab44d4d

View file

@ -14,9 +14,9 @@ jobs:
- name: Install docker
shell: /bin/ash -e {0}
run: apk add --update docker git
- name: DEBUGGING!
shell: /bin/ash -e {0}
run: ping docker-in-docker
# - name: DEBUGGING!
# shell: /bin/ash -e {0}
# run: ping docker-in-docker
# - name: Start docker
# shell: /bin/ash -e {0}
# run: /sbin/service docker start