Skip to content

Commit 3b4d608

Browse files
author
JWittmeyer
committed
Comments and such
1 parent 139b0dc commit 3b4d608

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

replace_release_build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#!/bin/bash
22

3+
#alfred version v1.3.4 -> needs to be changed to the one currently used by refinery if nessecary
4+
35
echo -ne 'building container...'
4-
docker build -t kernai/alfred:v1.3.5 -f Dockerfile . #> /dev/null 2>&1
6+
docker build -t kernai/alfred:v1.3.4 -f Dockerfile . #> /dev/null 2>&1
57
echo -ne '\t\t [done]\n'
68

79
echo -ne 'start refinery like normal (the tag was replaced)'

update.py

Whitespace-only changes.

util/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# paths are inside the container so the volume needs to be connected
12
BACKUP_DIR = "/refinery/backup"
23
CONNECTION_STRING = "postgresql://postgres:onetask@graphql-postgres:5432"
34
DOCKER_COMPOSE = "/refinery/docker-compose.yml"

0 commit comments

Comments
 (0)