Skip to content

Commit 4d9da2b

Browse files
Merge pull request #13 from MonolithProjects/develop
Update
2 parents 72e4bba + 16ddd75 commit 4d9da2b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- 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"
2116
- name: Install prereqs
2217
run: |
2318
echo "test"

0 commit comments

Comments
 (0)