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 1
1
#! /usr/bin/env bash
2
2
3
+ set -e
4
+
3
5
sdk_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
5
7
tar -zxvf $sdk_file --strip-components=1 -C QryptSecurity
6
8
rm -rf $sdk_file
7
9
Original file line number Diff line number Diff line change 28
28
working-directory : ${{github.workspace}}
29
29
run : |
30
30
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
32
32
tar -zxvf $sdk_file --strip-components=1 -C QryptSecurity
33
33
rm -rf $sdk_file
34
34
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ WORKDIR /workspace/
26
26
27
27
# Download SDK
28
28
RUN 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 && \
30
30
tar -zxvf $sdk_file --strip-components=1 -C QryptSecurity && \
31
31
rm -rf $sdk_file
32
32
You can’t perform that action at this time.
0 commit comments