Giter Site home page Giter Site logo

Comments (3)

ktomk avatar ktomk commented on June 3, 2024

Yes, this is clearly an issue, thanks for your report.

I made a new release with a fix for showing the file:

$ pipelines --file tests/data/yml/pipe.yml --show
PIPELINE ID         IMAGES                     STEPS                  
branches/develop    ktomk/pipelines:busybox    1 ("Deploy to staging")

It might be limited b/c for pipelines the pipe feature is not yet available in full.

Based on your report I made a fake run at least possible:

$ pipelines --file tests/data/yml/pipe.yml --trigger branch:develop  
�+++ step #1

    name...........: "Deploy to staging"
    effective-image: ktomk/pipelines:busybox
    container......: pipelines-1.Deploy-to-staging.branches-develop.pipelines
    container-id...: 7c3d65595141

�+++ copying files into container...


�+ echo "pipe: atlassian/rsync-deploy:0.4.2 (pending feature)" # pipe feature is pending
echo '  USER (ec2-user):' ec2-user
echo '  SERVER (${SERVER_HOST}):' ${SERVER_HOST}
echo '  REMOTE_PATH (/home/ec2-user/app):' /home/ec2-user/app
echo '  LOCAL_PATH ($PWD):' $PWD
echo '  EXTRA_ARGS (--exclude=".git*"):' --exclude=".git*"

pipe: atlassian/rsync-deploy:0.4.2 (pending feature)
  USER (ec2-user): ec2-user
  SERVER (${SERVER_HOST}):
  REMOTE_PATH (/home/ec2-user/app): /home/ec2-user/app
  LOCAL_PATH ($PWD): /app
  EXTRA_ARGS (--exclude=".git*"): --exclude=.git*

�+ echo "Hello, World!"
Hello, World!

The pipelines version with the fix is 0.0.34. Does this already solve the issue for you?

from pipelines.

vincenzoromeo avatar vincenzoromeo commented on June 3, 2024

Yep, that solves it indeed. Thanks!

And kudos to you for making and maintaining this project. These days, I spend so much time in lengthy write->deploy->test loops on various cloud applications. So when a project like yours comes along and takes so much of the pain out of remote debugging/testing it is very much appreciated 🙏

from pipelines.

ktomk avatar ktomk commented on June 3, 2024

Yes, there is no better build than the local build. Thanks for your report it was a pleasure.

from pipelines.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.