mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
use scripts from live, not what's pushed into the dockerfile
This commit is contained in:
parent
d45daccc8a
commit
81b2e1fc66
|
@ -24,4 +24,5 @@
|
|||
**
|
||||
|
||||
# Except the script directory
|
||||
!scripts/
|
||||
!scripts/preparation.*
|
||||
!scripts/build.*
|
||||
|
|
|
@ -63,4 +63,4 @@ RUN ["/usr/bin/env", "zsh", "-e", "/root/sol2-scripts/preparation.linux.sh"]
|
|||
# gets "saved" in...
|
||||
# it only runs the last CMD/ENTRYPOINT as the default behavior:
|
||||
# multiple CMDs will not be respected
|
||||
ENTRYPOINT ["/usr/bin/env", "zsh", "-e", "/root/sol2-scripts/run.linux.sh"]
|
||||
ENTRYPOINT ["/usr/bin/env", "zsh", "-e", "/root/sol2/scripts/run.linux.sh"]
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
echo -en "travis_fold:start:build_preparation.1\r"
|
||||
if [ -z "${SOL2_DIR}"]
|
||||
if [ -z "${SOL2_DIR}" ]
|
||||
then
|
||||
if [ ${CI} = true ]
|
||||
then
|
||||
|
@ -33,7 +33,7 @@ echo -en "travis_fold:start:build_preparation.1\r"
|
|||
fi
|
||||
fi
|
||||
|
||||
if [ -z "${LUA_VERSION}"]
|
||||
if [ -z "${LUA_VERSION}" ]
|
||||
then
|
||||
export LUA_VERSION=5.3.4
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user