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.
1 parent 7d6072f commit 33a7f43Copy full SHA for 33a7f43
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Set up DataHub with Docker
27
run: |
28
- echo ${{ secrets.CI_DOCKER_COMPOSE }} > docker-compose.yml
+ echo "${{ secrets.CI_DOCKER_COMPOSE }}" > docker-compose.yml
29
docker-compose up -d
30
docker ps
31
0 commit comments