mirror of
https://github.com/documenso/documenso.git
synced 2025-11-26 06:32:08 +10:00
chore: trigger ci
This commit is contained in:
@@ -6,7 +6,10 @@ runs:
|
||||
steps:
|
||||
- name: Download Docker-Compose plugin
|
||||
shell: bash
|
||||
run: curl -SL https://github.com/docker/compose/releases/download/v2.16.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
|
||||
run: |
|
||||
mkdir -p ${{ runner.temp }}/bin
|
||||
curl -SL https://github.com/docker/compose/releases/download/v2.16.0/docker-compose-linux-x86_64 -o ${{ runner.temp }}/bin/docker-compose
|
||||
echo "${{ runner.temp }}/bin" >> $GITHUB_PATH
|
||||
- name: Make plugin executable
|
||||
shell: bash
|
||||
run: sudo chmod +x /usr/local/bin/docker-compose
|
||||
run: chmod +x ${{ runner.temp }}/bin/docker-compose
|
||||
|
||||
Reference in New Issue
Block a user