0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-07-02 16:42:40 +02:00

Removed commented-out docker commands in test.yml

This commit is contained in:
John Wesley Walker III 2024-02-17 02:26:50 +01:00 committed by GitHub
parent 6af92d23ad
commit 894f97fe2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -200,11 +200,6 @@ jobs:
env:
https_proxy: http://squid-proxy:3128
steps:
# - name: Install Git
# run: |
# apt-get update
# apt-get install git
# Clone this repo
- name: Checkout
uses: actions/checkout@v3