Skip to content

Commit

Permalink
working on v1 v2 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sostrovskyi committed Mar 1, 2023
1 parent 9c173bb commit 352ca81
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .ci/Jenkinsfile.gosh-prepare-rc
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,15 @@ def buildRemoteGosh(version) {
def archiveAzureArtifacts() {
script {
sh '''
#!/bin/bash
set -ex

rm -rf git-remote-gosh-*.tar git-remote-gosh-*.exe
chmod +x linux-a*/*
chmod +x darwin-a*/*

cd linux-amd64
find . -name git-remote-gosh_v* | tr -d ./ > dispatcher.ini
find . -name \'git-remote-gosh_v*\' | tr -d ./ > dispatcher.ini
cd -

cp linux-amd64/dispatcher.ini darwin-amd64
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

REPO_OWNER=gosh-sh
REPO=gosh
RELEASE=rc-3.0.11
RELEASE=rc-3.0.12

# Check OS and architecture
if [[ "$OSTYPE" == "linux-gnu" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion v1_x/git-remote-gosh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ['git-remote', 'git', 'gosh']
name = 'git-remote-gosh'
resolver = '2'
rust-version = "1.65"
version = '3.0.11'
version = '3.0.12'

[profile.profiling]
debug = 1
Expand Down
2 changes: 1 addition & 1 deletion v2_x/git-remote-gosh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ['git-remote', 'git', 'gosh']
name = 'git-remote-gosh'
resolver = '2'
rust-version = "1.65"
version = '3.0.11'
version = '3.0.12'

[profile.profiling]
debug = 1
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "3.0.11"
"version": "3.0.12"
}

0 comments on commit 352ca81

Please sign in to comment.