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 2, 2023
1 parent 352ca81 commit a7bcd80
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions docker-extension/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ prepare-builder: ## prepare docker buildx builder

build: clean_temp prepare-builder build-ui-v2
mkdir -p $(LOCAL_TEMP_DIR)/gosh
cp -r ../contracts/v2.0.0/gosh/*.abi.json $(LOCAL_TEMP_DIR)/gosh/
cp -r ../install.sh $(LOCAL_TEMP_DIR)/gosh/
${DOCKER_BUILDX} \
--tag=$(IMAGE):$(TAG) \
Expand All @@ -71,7 +70,6 @@ build: clean_temp prepare-builder build-ui-v2

push: clean_temp prepare-builder build-ui-v2
mkdir -p $(LOCAL_TEMP_DIR)/gosh
cp -r ../contracts/v2.0.0/gosh/*.abi.json $(LOCAL_TEMP_DIR)/gosh/
cp -r ../install.sh $(LOCAL_TEMP_DIR)/gosh/
${DOCKER_BUILDX} \
--tag=$(IMAGE):$(TAG) \
Expand All @@ -87,7 +85,7 @@ push: clean_temp prepare-builder build-ui-v2

build-debug: clean_temp prepare-builder build-ui-v2 ## Install the extension
-mkdir $(LOCAL_TEMP_DIR)/gosh
cp -r ../contracts/v2.0.0/gosh/*.abi.json $(LOCAL_TEMP_DIR)/gosh/
cp -r ../install.sh $(LOCAL_TEMP_DIR)/gosh/
${DOCKER_BUILDX} \
--tag=$(IMAGE):$(TAG) \
${DOCKER_BUILDX_ARGS} \
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.12
RELEASE=rc-3.0.11

# 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.12'
version = '3.0.11'

[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.12'
version = '3.0.11'

[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.12"
"version": "3.0.11"
}

0 comments on commit a7bcd80

Please sign in to comment.