mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-06-03 13:14:51 -04:00
fix: remove hardcoded OSPOS_VERSION from CI workflow
Let the install script use the latest release by default
This commit is contained in:
1
.github/workflows/install-script-test.yml
vendored
1
.github/workflows/install-script-test.yml
vendored
@@ -43,7 +43,6 @@ jobs:
|
||||
- name: Run install script
|
||||
env:
|
||||
DB_PASS: ${{ matrix.db_pass }}
|
||||
OSPOS_VERSION: '3.4.0'
|
||||
run: |
|
||||
echo "Running install script with scenario: ${{ matrix.scenario }}"
|
||||
sudo -E bash scripts/install-ubuntu.sh 2>&1 | tee install-output.log
|
||||
|
||||
Reference in New Issue
Block a user