## Updating repository https://github.com/sirikon/workr.git
From https://github.com/sirikon/workr
1374a66..b67255f master -> origin/master
* [new branch] memory-issues -> origin/memory-issues
* [new tag] v0.3.2 -> v0.3.2
Updating 1374a66..b67255f
Fast-forward
shard.yml | 2 +-
src/services/job_data_service.cr | 23 +-
src/services/job_info_service.cr | 2 +-
src/web/assets/job_execution.js | 22 +-
src/web/server.cr | 57 +-
testing-folder/jobs/long-streamed/run | 8 +
testing-folder/jobs/long/output.log | 248143 +++++++++++++++++++++++++++++++
testing-folder/jobs/long/run | 5 +
testing-folder/jobs/pinger/run | 2 +-
9 files changed, 248233 insertions(+), 31 deletions(-)
create mode 100755 testing-folder/jobs/long-streamed/run
create mode 100644 testing-folder/jobs/long/output.log
create mode 100755 testing-folder/jobs/long/run
Building builder
Step 1/11 : FROM alpine:3.12
---> a24bb4013296
Step 2/11 : RUN sed -i -e 's/v[[:digit:]]\..*\//edge\//g' /etc/apk/repositories
---> Using cache
---> 9849c12ccbe8
Step 3/11 : RUN apk add --update --no-cache bash crystal=0.35.1-r0 shards=0.11.1-r1 musl-dev zlib-dev zlib-static libressl-dev
---> Using cache
---> 1e87899bb790
Step 4/11 : WORKDIR /builder
---> Using cache
---> 301b7ce96291
Step 5/11 : COPY ./scripts ./scripts
---> Using cache
---> 069fde304c88
Step 6/11 : COPY ./shard.yml .
---> f28b7cd209fa
Step 7/11 : COPY ./shard.lock .
---> d0d504f4a86d
Step 8/11 : RUN ./scripts/install-dependencies
---> Running in 158c8cc7dba0
Resolving dependencies
Fetching https://github.com/tbrand/router.cr.git
Fetching https://github.com/luislavena/radix.git
Fetching https://github.com/crystal-community/jwt.git
Fetching https://github.com/stakach/openssl_ext.git
Fetching https://github.com/spider-gazelle/bindata.git
Installing radix (0.3.9)
Installing router (0.2.7)
Installing openssl_ext (1.2.2)
Installing bindata (1.5.6)
Installing jwt (1.4.2)
Removing intermediate container 158c8cc7dba0
---> 4bdf161cee59
Step 9/11 : COPY ./src ./src
---> cbda900a43dd
Step 10/11 : COPY ./spec ./spec
---> df438a8d8a97
Step 11/11 : RUN ./scripts/build static
---> Running in bb3b0dfafab5
.....
Finished in 2.39 milliseconds
5 examples, 0 failures, 0 errors, 0 pending
Dependencies are satisfied
Building: workr
Removing intermediate container bb3b0dfafab5
---> 66b267894681
Successfully built 66b267894681
Successfully tagged workr-builder:latest
Recreating docker_builder_1 ...
Recreating docker_builder_1 ... done
Attaching to docker_builder_1
docker_builder_1 exited with code 0
## Packaging into tar ./out/workr-0.3.3-linux-amd64.tar.gz
## Packaging into deb ./out/workr-0.3.3-linux-amd64.deb
dpkg-deb: building package 'workr' in 'workr.deb'.
## Creating release Workr 0.3.3 (sirikon/workr#b67255f73aa2bab5f2d0e12654c07bbe5a0470c4)
## Uploading workr-0.3.3-linux-amd64.tar.gz
## Uploading workr-0.3.3-linux-amd64.deb
## Download links:
https://github.com/sirikon/workr/releases/download/v0.3.3/workr-0.3.3-linux-amd64.deb
https://github.com/sirikon/workr/releases/download/v0.3.3/workr-0.3.3-linux-amd64.tar.gz