Giter VIP home page Giter VIP logo

psh-global's People

Contributors

svenfinke avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

psh-global's Issues

Parameters not passed/recognized

When working with PSH Global parameters are not passed to the quality-file script and therefore the default value is replaced.
If i change to the psh.phar located in my project everything works fine.

paths:
  - dev-ops/common/actions

const:
  FILE: "test"
#!/usr/bin/env bash

echo __FILE__

Example with PSH Global:

$ psh quality-file --file="my-file"

Starting Execution of 'quality-file' ('dev-ops/common/actions/quality-file.sh')
(1/2) Starting
echo test
test

Example when using psh.phar directly:

$ ./psh.phar quality-file --file="my-file"

Starting Execution of 'quality-file' ('/dev-ops/common/actions/quality-file.sh')
(1/2) Starting
echo my-file
my-file

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.