mirror of
https://github.com/status-im/status-go.git
synced 2025-02-18 01:37:22 +00:00
ci: drop unnecessary go get command
Not sure why that was added at some point, but it doesn't seem necessary, and even if it was `go install` should be used. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d7e79dba80
commit
5b941cab0c
@ -54,7 +54,6 @@ pipeline {
|
|||||||
|
|
||||||
stage('Compile') { steps { dir(env.REPO) {
|
stage('Compile') { steps { dir(env.REPO) {
|
||||||
sh 'make statusgo-ios'
|
sh 'make statusgo-ios'
|
||||||
sh 'go get golang.org/x/tools/go/packages'
|
|
||||||
dir('build/bin') {
|
dir('build/bin') {
|
||||||
sh 'zip -r status-go-ios.zip Statusgo.framework'
|
sh 'zip -r status-go-ios.zip Statusgo.framework'
|
||||||
sh "cp status-go-ios.zip ${env.ARTIFACT}"
|
sh "cp status-go-ios.zip ${env.ARTIFACT}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user