Skip to content

Commit

Permalink
Merge pull request #31 from srz-zumix/feature/insecure
Browse files Browse the repository at this point in the history
--insecure
  • Loading branch information
srz-zumix authored Apr 10, 2023
2 parents 68062aa + c601fc2 commit d658862
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
6 changes: 4 additions & 2 deletions .ci/spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,12 @@ if [ -z ${INTEGROMAT_WEBHOOK_URL} ]; then
fi

# mask test
echo ${INTEGROMAT_WEBHOOK_URL}
echo "${INTEGROMAT_WEBHOOK_URL}"

# shellcheck disable=SC2086
curl \
-H "Content-Type: application/json" \
-X POST \
-d "{\"time\": \"${DATE}\", \"ci\": \"${CI_ENV_NAME}\", \"commit\": \"${CI_ENV_GIT_COMMIT}\", \"os\": \"${PLATFORM}\", \"os_name\": \"${OS_NAME}\", \"arch\": \"${ARCH}\", \"disk\": \"${DISK}\", \"disk_avail\": \"${FREESPACE}\", \"docker\": \"${IS_DOCKER}\", \"nproc\": \"${NUMBER_OF_PROCESSORS}\", \"ram\": \"${RAMSIZE_GB}\", \"vs\":\"${HAS_VS}\", \"vcperf\":\"${HAS_VCPERF}\" }" \
${INTEGROMAT_WEBHOOK_URL}
${SPEC_URL_OPTIONS:-} \
"${INTEGROMAT_WEBHOOK_URL}"
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cirrus_freebsd_task:
cirrus_osx_task:
auto_cancellation: true
osx_instance:
image: catalina-xcode
image: ghcr.io/cirruslabs/macos-ventura-base:latest
submodule_script: *su
spec_script: ./.ci/spec.sh

Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ matrix:
include:
- env: UPDATE_SUBMODULE=true
- os: osx
env: SPEC_URL_OPTIONS=--insecure
before_script:
- echo osx
script:
Expand Down
12 changes: 6 additions & 6 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ workflows:
- stack-xcode
stack-android:
steps:
- activate-ssh-key@4.0.3:
- activate-ssh-key@4.1:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone@4.0.17: {}
- script@1.1.5:
- git-clone@7.0: {}
- script@1.2:
title: Spec
inputs:
- content: "./.ci/spec.sh"
Expand All @@ -28,10 +28,10 @@ workflows:
stack: linux-docker-android-20.04
stack-xcode:
steps:
- activate-ssh-key@4.0.3:
- activate-ssh-key@4.1:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone@4.0.17: {}
- script@1.1.5:
- git-clone@7.0: {}
- script@1.2:
title: Spec
inputs:
- content: "./.ci/spec.sh"

0 comments on commit d658862

Please sign in to comment.