Skip to content

Commit

Permalink
Merge pull request #319 from Concordium/fix-client-build
Browse files Browse the repository at this point in the history
Fix linux client build
  • Loading branch information
Thahara authored Aug 28, 2024
2 parents acbded4 + 2b3b649 commit a18c568
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
docker build -t concordium/linux-distributable-concordium-client \
-f scripts/distributables/linux-distributable-concordium-client.Dockerfile \
--build-arg GHC_VERSION=$GHC_VERSION \
--ssh default .
.

mkdir out

Expand Down
9 changes: 0 additions & 9 deletions scripts/distributables/linux-concordium-client.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ pipeline {
OUTFILE = "s3://distribution.concordium.software/tools/linux/concordium-client_${VERSION}"
}
stages {
stage('ecr-login') {
steps {
sh 'aws ecr get-login-password \
--region eu-west-1 \
| docker login \
--username AWS \
--password-stdin 192549843005.dkr.ecr.eu-west-1.amazonaws.com'
}
}
stage('precheck') {
steps {
sh '''\
Expand Down

0 comments on commit a18c568

Please sign in to comment.