Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
b23prodtm committed Oct 7, 2019
1 parent 1a1e6a7 commit 60a275d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- run: |
set -u
TAG=0.1.$CIRCLE_BUILD_NUM
./configure.sh -c -h -p=pass -s=word
cat $PHP_CMS_DIR/e13/etc/constantes.properties | grep PASSWORD_ADMIN | head -c 18
sudo ./Scripts/docker-compose-alias.sh -o -v up -d --build
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker push $DOCKER_USER/myphpcms:$TAG
Expand Down
2 changes: 1 addition & 1 deletion Scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
#;
#; check if file etc/constantes_local.properties exist (~ ./configure.sh was run once)
#;
if [ ! -f ${PHP_CMS_DIR}/e13/etc/constantes.properties ]; then
if [ ! -f $PHP_CMS_DIR/e13/etc/constantes.properties ]; then
shell_prompt "./configure.sh -c" "missing file creation constantes.properties"
fi
logger -st $0 "Auto configuration..."
Expand Down

0 comments on commit 60a275d

Please sign in to comment.