We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d5361 commit 12d0bf7Copy full SHA for 12d0bf7
tests/features/s2i-core.feature
@@ -3,5 +3,5 @@
3
Feature: Openshift S2I tests
4
# OPENJDK-84 - /tmp/src should not be present after build
5
Scenario: run an s2i build and check that /tmp/src has been removed afterwards
6
- Given s2i build https://github.com/jboss-openshift/openshift-examples from spring-boot-sample-simple
+ Given s2i build https://github.com/jhuttana/openjdk-test-applications/tree/pick_relevant_sources from spring-boot-sample-simple
7
Then run stat /tmp/src in container and immediately check its output does not contain File:
0 commit comments