apache / apache/openwhisk-package-deploy

Deploy action should have a gitVersion parameter

Open
#19 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Scala
Stars
7
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Currently the deploy action takes a fitUrl but there is no way to specify what to use when doing the checkout meaning it always forces to do a fit checkout HEAD

Having an optional parameter allows to pass a specific git branch, tag or commit hash

Then it will look like this ‘git checkout [gitVersion]’

The handling of the preinstalled git repos need to be adjusted as there would be cases that user will want preinstalled 2 versions of the same repo for blue green deployments one or just staging

preInstalled/$user/$repo/

Or
preInstalled/$user/$repo/HEAD
preInstalled/$user/$repo/2.x
preInstalled/$user/$repo/fef727a

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.