Skip to content

Commit

Permalink
set pipeline id from azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakpl committed Jun 18, 2024
1 parent 852524b commit 30c4e6a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 105 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,13 @@ jobs:
- name: Trigger deploy
run: |
if [ ${{ github.ref }} == 'refs/heads/develop' ]; then
pipelineId=TODO
pipelineId=1331
elif [ ${{ github.ref }} == 'refs/heads/staging' ]; then
pipelineId=TODO
elif [ ${{ github.ref }} == 'refs/heads/master' ]; then
pipelineId=TODO
elif [ ${{ github.ref }} == 'refs/heads/ci' ]; then
pipelineId=WIP
pipelineId=1331
else
echo "No pipeline to trigger for ref ${{ github.ref }}"
exit 0
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/docker.yml

This file was deleted.

75 changes: 0 additions & 75 deletions .github/workflows/test.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ docker/conf/redis.conf
src/aurora/staticfiles

.pdm-python
.vscode

0 comments on commit 30c4e6a

Please sign in to comment.