You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oci-build-examples/oci_build_parameters/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ OCI_TRIGGER_SOURCE_URL|Repository URL that triggered the build|
22
22
OCI_TRIGGER_EVENT_TYPE|Trigger that started the event.|
23
23
OCI_PRIMARY_SOURCE_DIR|Default working directory of the build (primary source working directory).|
24
24
OCI_WORKSPACE_DIR|Working directory value. Contains /workspace as the default value.|
25
-
${OCI_WORKSPACE_DIR}/<source-name>|Build source directory path."source-name" is the name of the build source given by the user while creating the Build stage.|
25
+
${OCI_WORKSPACE_DIR}/ "source-name"|Build source directory path."source-name" is the name of the build source given by the user while creating the Build stage.|
0 commit comments