i am using these step to pipeline
pipelines:
default:
- step:
script:
- ...
services:
- docker
and when i am trying to edit bitbucket-pipeline.yml file for setting deploy step ,
there is script tag present with mentioned python.
Hi @Tejaswini_Pawar,
I am not entirely sure if I understand your question? The script section of the step allows for any bash script to be defined there. Alternatively you can there invoke any other scripts (e.g. in Python) that are in your repository.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.