File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 9
9
- main
10
10
- ubuntu-22.04
11
11
12
+ concurrency :
13
+ group : ${{ github.workflow }}-${{ github.ref }}
14
+ cancel-in-progress : true
15
+
12
16
jobs :
13
17
workflow-setup :
14
18
name : Initialize Workflow
Original file line number Diff line number Diff line change 10
10
- ' build-scripts/**'
11
11
- ' bump_version.sh'
12
12
13
+ concurrency :
14
+ group : ${{ github.workflow }}-${{ github.ref }}
15
+ cancel-in-progress : true
16
+
13
17
jobs :
14
18
workflow-setup :
15
19
name : Initialize Workflow
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9692C00E657DDE61 &&
33
33
RUN echo "deb https://hyperledger.jfrog.io/artifactory/indy jammy dev" >> /etc/apt/sources.list && \
34
34
echo "deb http://security.ubuntu.com/ubuntu bionic-security main" >> /etc/apt/sources.list && \
35
35
echo "deb https://repo.sovrin.org/deb bionic master" >> /etc/apt/sources.list && \
36
- echo "deb https://repo.sovrin.org/sdk/deb bionic master" >> /etc/apt/sources.listst
36
+ echo "deb https://repo.sovrin.org/sdk/deb bionic master" >> /etc/apt/sources.list
37
37
38
38
RUN apt-get update -y && apt-get install -y \
39
39
# Python
You can’t perform that action at this time.
0 commit comments