Skip to content

Commit

Permalink
#60 no cat
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 18, 2023
1 parent 0b28eca commit 46eb005
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ release:
sudo docker build --no-cache --tag "${repo}:${tag}" "$(pwd)"
mkdir /tmp/dataset
sudo docker run --rm -v /tmp/dataset:/dataset -e "REPO=yegor256/tojos" -e "TARGET=/dataset" "${repo}:${tag}" 'make -e'
ls -al /tmp/dataset
sudo cat /tmp/dataset/start.txt
cat ../docker-password | sudo docker login --password-stdin --username yegor256
sudo docker push "${repo}:${tag}"

0 comments on commit 46eb005

Please sign in to comment.