Skip to content

Commit

Permalink
👷 Pin correct branch for docker quickstart job
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Jan 2, 2025
1 parent 628feea commit 3989cf5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/quick-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download docker-compose file
# todo replace branch name with master after the change is merge
run: wget https://raw.githubusercontent.com/maykinmedia/objects-api/deps/oaf-0.8.0/docker-compose.yml
run: wget https://raw.githubusercontent.com/maykinmedia/objects-api/master/docker-compose.yml
- name: Start docker containers
run: docker compose up -d --no-build
- name: Load fixtures
Expand Down

0 comments on commit 3989cf5

Please sign in to comment.