Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelSavignano committed Jan 26, 2020
1 parent 07f0bd2 commit 3dccca7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/cached_docker/template_command.cr
Expand Up @@ -33,18 +33,3 @@ module CachedDocker::TemplateCommand
end
end
end

# execute_command("docker pull #{IMAGE_NAME}")

# system("docker pull #{CACHE_IMAGE_NAME}")
# puts "continue"

# commands =
# "docker build #{BUILDPARAMS} --target #{CACHE_STAGE_TARGET} --cache-from=#{CACHE_IMAGE_NAME} -t #{CACHE_IMAGE_NAME} ." \
# " && " \
# "docker build #{BUILDPARAMS} --cache-from=#{CACHE_IMAGE_NAME} -t #{IMAGE_NAME} -t #{IMAGE_NAME}:#{IMAGE_TAG} ." \
# " && " \
# "docker push #{IMAGE_NAME}:#{IMAGE_TAG}"

# # puts commands
# system(commands)

0 comments on commit 3dccca7

Please sign in to comment.