pipeline runner
Some checks failed
S3 mount container image build / build (push) Failing after 36s

This commit is contained in:
Tanguy Herbron 2023-08-04 19:37:27 +02:00
parent bad3aea32d
commit c2d2ec2005

View File

@ -13,9 +13,9 @@ jobs:
steps: steps:
- run: export - run: export
- run: ls
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
token: ${{ github.token }} token: ${{ github.token }}
- run: echo "Testing" - run: echo "Testing"
- run: ls