Signed-off-by: Wei Jihui weijihuiall@163.com --- container/defconfig.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/container/defconfig.rb b/container/defconfig.rb index aa7d2fa..602b498 100755 --- a/container/defconfig.rb +++ b/container/defconfig.rb @@ -49,8 +49,7 @@ def get_available_memory end
def docker_skip_rebuild(tag) - return if ENV['action'].nil? - return unless ENV['action'].include? 'run-only' + return if ENV['action'] != 'run-only'
exit 1 if system "docker image inspect #{tag} > /dev/null 2>&1" end