Removed logging
This commit is contained in:
parent
05d121b08b
commit
bd8fe864c0
1 changed files with 0 additions and 1 deletions
1
dist/predeploy-vanilla.sh
vendored
1
dist/predeploy-vanilla.sh
vendored
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
echo "Creating vanilla predeploy!"
|
echo "Creating vanilla predeploy!"
|
||||||
# Set path correclty
|
# Set path correclty
|
||||||
echo "$PWD"
|
|
||||||
if [[ $PWD == *"dist" ]];
|
if [[ $PWD == *"dist" ]];
|
||||||
then cd ..
|
then cd ..
|
||||||
fi
|
fi
|
||||||
|
|
Reference in a new issue