Commit a77574c9 authored by kalvin's avatar kalvin

echo 192.168.4.3 git.q-gp.com >> /etc/hosts

parent 98a3b171
#!/bin/sh #!/bin/sh
curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/java/run.sh | sh echo 192.168.4.3 git.q-gp.com >> /etc/hosts
\ No newline at end of file curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/java/run.sh | cat
\ No newline at end of file
#!/bin/sh #!/bin/sh
echo 192.168.4.3 git.q-gp.com >> /etc/hosts
curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/lua-ui/run.sh | sh curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/lua-ui/run.sh | sh
\ No newline at end of file
#!/bin/sh #!/bin/sh
echo 192.168.4.3 git.q-gp.com >> /etc/hosts
curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/nodejs/run.sh | sh curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/nodejs/run.sh | sh
\ No newline at end of file
#!/bin/sh #!/bin/sh
echo 192.168.4.3 git.q-gp.com >> /etc/hosts
curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/python/run.sh | sh curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/python/run.sh | sh
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment