File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3+ set -e
4+
35sdk_file=' qrypt-security-ubuntu.tgz'
4- curl -s https://qrypt.azureedge.net /sdk/cpp/v0.11.23/qrypt-security-0.11.23-ubuntu.tgz --output $sdk_file
6+ curl -s https://qryptogateway. qrypt.com /sdk/cpp/v0.11.23/qrypt-security-0.11.23-ubuntu.tgz --output $sdk_file
57tar -zxvf $sdk_file --strip-components=1 -C QryptSecurity
68rm -rf $sdk_file
79
Original file line number Diff line number Diff line change 2828 working-directory : ${{github.workspace}}
2929 run : |
3030 sdk_file='qrypt-security-ubuntu.tgz'
31- curl -s https://qrypt.azureedge.net /sdk/cpp/v0.11.23/qrypt-security-0.11.23-ubuntu.tgz --output $sdk_file
31+ curl -s https://qryptogateway. qrypt.com /sdk/cpp/v0.11.23/qrypt-security-0.11.23-ubuntu.tgz --output $sdk_file
3232 tar -zxvf $sdk_file --strip-components=1 -C QryptSecurity
3333 rm -rf $sdk_file
3434
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ WORKDIR /workspace/
2626
2727# Download SDK
2828RUN sdk_file='qrypt-security-ubuntu.tgz' && \
29- curl -s https://qrypt.azureedge.net /sdk/cpp/v0.11.23/qrypt-security-0.11.23-ubuntu.tgz --output $sdk_file && \
29+ curl -s https://qryptogateway. qrypt.com /sdk/cpp/v0.11.23/qrypt-security-0.11.23-ubuntu.tgz --output $sdk_file && \
3030 tar -zxvf $sdk_file --strip-components=1 -C QryptSecurity && \
3131 rm -rf $sdk_file
3232
You can’t perform that action at this time.
0 commit comments