Skip to content

Commit a110b08

Browse files
author
Perki
committed
updating build sequence
1 parent 8abc499 commit a110b08

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.api-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.7
1+
1.0.10-4-g8abc499

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ just test [...params]
2525
## Contributing
2626

2727
### Todo
28+
- update privio/base:1.5.1 to latest
2829
- release github workflow has been archived in `archives` it needs to rewritten to publish on dockerHub
2930

3031

build/build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ SCRIPT_FOLDER=$(cd $(dirname "$0"); pwd)
99
$SCRIPT_FOLDER/scripts/build_name
1010

1111
version=$(cat build_tag)
12+
version=1.0.9
1213

1314
# Copy the release version to the project root, so we can later display it to
1415
# clients:
1516
cp ./build_tag ../.api-version
1617

17-
host="eu.gcr.io"
18+
host="docker.io"
1819

1920
# Create a release.tar that contains all the code.
2021
tar cf $SCRIPT_FOLDER/config-follower/release.tar \

build/config-follower/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pushd $target_dir
1919
run run tar --owner app -xf /pd_build/release.tar
2020

2121
# Skip install: done in the GitHub workflow
22-
# npm install
22+
npm install
2323

2424
# Install the config file
2525
run mkdir -p $conf_dir && \

0 commit comments

Comments
 (0)