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
As part of the work done around CP4I, in order to be able to deploy Configurations used by App Connect Integration runtimes it is required to clone the repo that includes the source code of the integrations, but when trying to use the git command I got the following error:
/tekton/scripts/script-0-xkwf7: line 12: git: command not found
As a reference, this is the script I used in my task:
echo "Entering test script."
cd workspace
git clone https://github.ibm.com/joel-gomez/cp4i-ace-artifacts.git
echo "Test has been completed."
The text was updated successfully, but these errors were encountered:
Add git to the image used by tas ibm-pak.
As part of the work done around CP4I, in order to be able to deploy Configurations used by App Connect Integration runtimes it is required to clone the repo that includes the source code of the integrations, but when trying to use the git command I got the following error:
/tekton/scripts/script-0-xkwf7: line 12: git: command not found
As a reference, this is the script I used in my task:
The text was updated successfully, but these errors were encountered: