Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianekc committed Oct 3, 2024
1 parent 53d6cf5 commit b26ee9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dc-base/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ DOCKERFILE="./docker/Dockerfile"
while [ $# -gt 0 ]; do
case "$1" in
--local*)
# setopt localoptions rmstarsilent
# rm -f docker/local-gem/*
# cp ../ruby-gem/pkg/semcon-`cat ../ruby-gem/VERSION`.gem docker/local-gem
# cp ../../oydid/ruby-gem/pkg/oydid-`cat ../../oydid/ruby-gem/VERSION`.gem docker/local-gem
setopt localoptions rmstarsilent
rm -f docker/local-gem/*
cp ../ruby-gem/pkg/semcon-`cat ../ruby-gem/VERSION`.gem docker/local-gem
cp ../../oydid/ruby-gem/pkg/oydid-`cat ../../oydid/ruby-gem/VERSION`.gem docker/local-gem
BUILD_LOCAL=true
DOCKERFILE="${DOCKERFILE}-local"
;;
Expand Down
Binary file modified dc-base/docker/local-gem/oydid-0.5.6.gem
Binary file not shown.

0 comments on commit b26ee9f

Please sign in to comment.