We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72e4bba + 16ddd75 commit 4d9da2bCopy full SHA for 4d9da2b
.github/workflows/main.yml
@@ -13,11 +13,6 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@master
16
- - name: Find latest docker-compose
17
- run: |
18
- export DOCKER_COMPOSE_VERSION=$(curl -s https://api.github.com/repos/docker/compose/releases |jq -r '.[]|.name'|grep -v "rc"|head -1)
19
- echo "Latest docker-compose version is $DOCKER_COMPOSE_VERSION"
20
- echo ::set-env name=DOCKER_COMPOSE_VERSION::"$DOCKER_COMPOSE_VERSION"
21
- name: Install prereqs
22
run: |
23
echo "test"
0 commit comments