Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Bitbucket pipeline isn't running script which works locally

Mike Martinez July 15, 2019

I have the following script entry

 - /bin/sh src/build.sh

 Which contains the following

#!/bin/sh

for dir in $PWD/src/*; do
echo "Checking directory: $dir"
if [ -d $dir ] && [ -f $dir/package.json ] && [ -f $dir/webpack.config.js ]
then
echo "Compiling Typescript for directory: $dir..."
cd $dir npm run-script webpack
fi
done

I need this to run in order to compile typescript code before deployment from bitbucket

We have multiple directories and not all are currently Typescript, which is why we first check for the webpack file etc.

 

Any help would be really appreciated,

 

Thanks!

1 answer

0 votes
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 18, 2019

Hi @Mike Martinez

I would be glad to help you if I could see what is the error message you get.

Are there any error messages?
Can you share them with us?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events