Skip to content

Commit

Permalink
Test OCI
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Jan 23, 2025
1 parent 07326cc commit ca6fcca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-oci-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
run: |
matrix=$(echo '{
"include": [
{"execute": '${{ github.event.inputs.centos9s || true }}', "name": "CentOS9S", "os": "centos9s", "distr": "generic"},
{"execute": '${{ github.event.inputs.ubuntu2204 || true }}', "name": "Ubuntu22.04", "os": "ubuntu2204", "distr": "generic"},
{"execute": '${{ github.event.inputs.fedora41 || true }}', "name": "Fedora41", "os": "41-cloud-base", "distr": "fedora"}
]
Expand Down Expand Up @@ -177,7 +176,7 @@ jobs:
DISTR='${{ matrix.distr }}' \
OS='${{matrix.os}}' \
RAM='8192' \
CPU='3' \
CPU='4' \
DOWNLOAD_SCRIPT='-ds false' \
TEST_REPO='-tr true' \
ARGUMENTS="-arg '--skiphardwarecheck true --localscripts true'" \
Expand Down
2 changes: 0 additions & 2 deletions install/OneClickInstall/docspace-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,8 @@ if command_exists docker &> /dev/null && docker ps -a --format '{{.Names}}' | gr
PARAMETERS="-u true $PARAMETERS"
elif command_exists apt-get &> /dev/null && dpkg -s ${product}-api >/dev/null 2>&1; then
DOCKER="false"
PARAMETERS="-u true $PARAMETERS"
elif command_exists yum &> /dev/null && rpm -q ${product}-api >/dev/null 2>&1; then
DOCKER="false"
PARAMETERS="-u true $PARAMETERS"
fi

if [ -z "$DOCKER" ]; then
Expand Down

0 comments on commit ca6fcca

Please sign in to comment.