Skip to content

Commit f4881dc

Browse files
authored
Merge pull request #1659 from WadeBarnes/ubuntu-22.04
Fix plenum build image
2 parents ca3dd56 + 72c4dc5 commit f4881dc

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/PR.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- main
1010
- ubuntu-22.04
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
workflow-setup:
1418
name: Initialize Workflow

.github/workflows/Push.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
- 'build-scripts/**'
1111
- 'bump_version.sh'
1212

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
16+
1317
jobs:
1418
workflow-setup:
1519
name: Initialize Workflow

.github/workflows/build/Dockerfile.ubuntu-2204

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9692C00E657DDE61 &&
3333
RUN echo "deb https://hyperledger.jfrog.io/artifactory/indy jammy dev" >> /etc/apt/sources.list && \
3434
echo "deb http://security.ubuntu.com/ubuntu bionic-security main" >> /etc/apt/sources.list && \
3535
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
3737

3838
RUN apt-get update -y && apt-get install -y \
3939
# Python

0 commit comments

Comments
 (0)