info
This commit is contained in:
1
.github/workflows/deploy_compose.yml
vendored
1
.github/workflows/deploy_compose.yml
vendored
@@ -44,6 +44,7 @@ jobs:
|
||||
run: |
|
||||
echo "Change Version"
|
||||
MODULE=$(echo ${{ github.repository }} | sed "s/${{ github.repository_owner }}\///" | sed 's/-/_/g' | tr a-z A-Z | sed 's/OLMS/VERSION/') && touch .env.version && sed -i "s/^$MODULE=.*/$MODULE=pr-${{ github.event.number }}-head/" .env.version
|
||||
echo "cat .env.version:"
|
||||
cat .env.version
|
||||
|
||||
- name: Deploy to Dev Host on pr
|
||||
|
||||
Reference in New Issue
Block a user