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

separator expected

Arulanantha Pushparaja Rejikanth July 26, 2021

As you can see I want to connect to AWS-EBT my PHP Application, but it's showing an error as per the image. Please assist. 

 

error.JPG

1 answer

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 27, 2021

Hi @Arulanantha Pushparaja Rejikanth and welcome to the community.

I believe the issue here has to do with indentation. Any commands in the script of a certain step should have an indentation of 2 spaces after the keyword script.

The indentation in your file looks like this (I am using one of my own yaml files as an example):

pipelines:
default:
- step:
script:
- pipe: atlassian/trigger-pipeline:4.2.1
variables:
BITBUCKET_USERNAME: $BITBUCKET_USERNAME
BITBUCKET_APP_PASSWORD: $BITBUCKET_APP_PASSWORD
REPOSITORY: 'test'
ACCOUNT: 'test-account'
BRANCH_NAME: 'master'
WAIT: 'true'

It should instead have an indentation as follows:

pipelines:
default:
- step:
script:
- pipe: atlassian/trigger-pipeline:4.2.1
variables:
BITBUCKET_USERNAME: $BITBUCKET_USERNAME
BITBUCKET_APP_PASSWORD: $BITBUCKET_APP_PASSWORD
REPOSITORY: 'test'
ACCOUNT: 'test-account'
BRANCH_NAME: 'master'
WAIT: 'true'

Please let me know if the error goes away when you use indentation similarly to the above example.

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events