Skip to content
Snippets Groups Projects
Commit 485826e4 authored by nynhex's avatar nynhex
Browse files

Only lock pytest/pytest-deps, smoke CI build

parent f2e66db0
No related branches found
No related tags found
No related merge requests found
......@@ -4,19 +4,19 @@ verify_ssl = true
[dev-packages]
"autopep8" = "*"
"gprof2dot" = "==2017.9.19"
"gprof2dot" = "*"
"pep8" = "*"
"pyprof2calltree" = "*"
"urllib3" = "*"
asynctest = "*"
autoflake = "*"
awscli = "==1.16.49"
awscli = "*"
certifi = "*"
crayons = "==0.1.2"
cython = "==0.29"
crayons = "*"
cython = "*"
ipython = "*"
isort = "*"
jsonschema = "==2.6.0"
jsonschema = "*"
jupyter = "*"
line-profiler = "*"
mypy = "*"
......@@ -37,7 +37,7 @@ pytest-timeout = "*"
python-rapidjson = "*"
requests = "*"
yapf = "*"
funcy = "==1.11"
funcy = "*"
vprof = "*"
[packages]
......
echo Build started on `date`
export IMAGE_TAG=`git ls-remote --heads origin | grep $(git rev-parse HEAD) | cut -d / -f 3`
if [ "$IMAGE_TAG" = "master" ] ; then export IMAGE_TAG=latest ; fi
export REPO_PATH=`git rev-parse --show-toplevel`
export REPO_NAME=`basename $REPO_PATH`
export IMAGE_REPO_NAME="steemit/$REPO_NAME"
export SOURCE_COMMIT=`git rev-parse HEAD`
echo Building branch $IMAGE_TAG from $IMAGE_REPO_NAME
docker build . -t $IMAGE_REPO_NAME:$IMAGE_TAG --build-arg SOURCE_COMMIT="${SOURCE_COMMIT}" --build-arg DOCKER_TAG="${IMAGE_TAG}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment