[AAE-6202] Create a stories lib to make all the adf stories available (#7314)

* Create a stories lib to make all the adf stories available

* Run the test with a diff ext type

* sunc nx file
This commit is contained in:
Maurizio Vitale
2021-10-22 14:48:48 +01:00
committed by GitHub
parent 0270608bb0
commit a31f86f57b
11 changed files with 124 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ then
echo " storybook-shell: Running the docker with tag" $TAGS
DOCKER_PROJECT_ARGS="PROJECT_NAME=storybook/process-services-cloud"
DOCKER_PROJECT_ARGS="PROJECT_NAME=storybook/stories"
# Publish Image to docker
./node_modules/@alfresco/adf-cli/bin/adf-cli docker --loginCheck --loginUsername "$DOCKER_REPOSITORY_USER" --loginPassword "$DOCKER_REPOSITORY_PASSWORD" --loginRepo "$DOCKER_REPOSITORY_DOMAIN" --dockerRepo "$DOCKER_REPOSITORY_STORYBOOK" --buildArgs "$DOCKER_PROJECT_ARGS" --dockerTags "$TAGS" --pathProject "$(pwd)"