Skip to content

Commit

Permalink
Use GS 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Aug 16, 2024
1 parent 92c4213 commit 852160f
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .docker/failed-migration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ set -e

print_info "Starting stone"

docker pull ghcr.io/ba-st/gs64-rowan:v3.7.0
docker pull ghcr.io/ba-st/gs64-rowan:v3.7.1

docker run --rm --detach --name gs64-migration \
-e TZ="America/Argentina/Buenos_Aires" \
--cap-add=SYS_RESOURCE \
--volume="$PWD":/opt/gemstone/projects/GemStone-64-Migration-Tools:ro \
--volume="$PWD"/.docker/scripts:/opt/gemstone/scripts:ro \
ghcr.io/ba-st/gs64-rowan:v3.7.0
ghcr.io/ba-st/gs64-rowan:v3.7.1

sleep 1

Expand Down
4 changes: 2 additions & 2 deletions .docker/failed-reporting-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ set -e

print_info "Starting stone"

docker pull ghcr.io/ba-st/gs64-rowan:v3.7.0
docker pull ghcr.io/ba-st/gs64-rowan:v3.7.1

docker run --rm --detach --name gs64-migration \
-e TZ="America/Argentina/Buenos_Aires" \
--cap-add=SYS_RESOURCE \
--volume="$PWD":/opt/gemstone/projects/GemStone-64-Migration-Tools:ro \
--volume="$PWD"/.docker/scripts:/opt/gemstone/scripts:ro \
ghcr.io/ba-st/gs64-rowan:v3.7.0
ghcr.io/ba-st/gs64-rowan:v3.7.1

sleep 1

Expand Down
4 changes: 2 additions & 2 deletions .docker/migration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ set -e

print_info "Starting stone"

docker pull ghcr.io/ba-st/gs64-rowan:v3.7.0
docker pull ghcr.io/ba-st/gs64-rowan:v3.7.1

docker run --rm --detach --name gs64-migration \
-e TZ="America/Argentina/Buenos_Aires" \
--cap-add=SYS_RESOURCE \
--volume="$PWD":/opt/gemstone/projects/GemStone-64-Migration-Tools:ro \
--volume="$PWD"/.docker/scripts:/opt/gemstone/scripts:ro \
ghcr.io/ba-st/gs64-rowan:v3.7.0
ghcr.io/ba-st/gs64-rowan:v3.7.1

sleep 1

Expand Down
4 changes: 2 additions & 2 deletions .docker/reporting-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ set -e

print_info "Starting stone"

docker pull ghcr.io/ba-st/gs64-rowan:v3.7.0
docker pull ghcr.io/ba-st/gs64-rowan:v3.7.1

docker run --rm --detach --name gs64-migration \
-e TZ="America/Argentina/Buenos_Aires" \
--cap-add=SYS_RESOURCE \
--volume="$PWD":/opt/gemstone/projects/GemStone-64-Migration-Tools:ro \
--volume="$PWD"/.docker/scripts:/opt/gemstone/scripts:ro \
ghcr.io/ba-st/gs64-rowan:v3.7.0
ghcr.io/ba-st/gs64-rowan:v3.7.1

sleep 1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/loading-gs64-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- Deployment
name: GS64 + ${{ matrix.load-spec }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Load component in image
uses: ba-st-actions/gs64-ci@v2
uses: ba-st-actions/gs64-ci@v3
with:
project_name: 'GemStone-64-Migration-Tools'
load_spec: 'GemStone-64-Migration-Tools-${{ matrix.load-spec }}'
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Markdown Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: markdownlint
uses: reviewdog/action-markdownlint@v0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
migration-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Run instance migration reporting tests using Docker
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Tooling to ease the migration of systems running in GemStone/S 64 bits.

[![GitHub release](https://img.shields.io/github/release/ba-st/GemStone-64-Migration-Tools.svg)](https://github.com/ba-st/GemStone-64-Migration-Tools/releases/latest)

[![GS64 3.7.0](https://img.shields.io/badge/GS64-3.7.0-informational)](https://gemtalksystems.com/products/gs64/)
[![GS64 3.7.1](https://img.shields.io/badge/GS64-3.7.1-informational)](https://gemtalksystems.com/products/gs64/)

## Quick links

Expand Down

0 comments on commit 852160f

Please sign in to comment.