Skip to content

Commit

Permalink
Don't test image because it has to be pulled
Browse files Browse the repository at this point in the history
  • Loading branch information
Silex committed Feb 24, 2025
1 parent 24e8978 commit 630303c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ def build(options)
# Build image
puts format('>>> Running command: %s', args.join(' '))
system(*args) || abort('Build failed')

# Check if image runs properly
puts format('>>> Testing Emacs run')
command = format('docker run --rm %s emacs --version', image['tags_with_repository'].first)
system(command) || abort('Image does not work')
end
end

Expand Down

0 comments on commit 630303c

Please sign in to comment.