Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/image description #30

Merged
merged 4 commits into from
Apr 22, 2020
Merged

Conversation

vincentbrison
Copy link
Contributor

For now generating raw txt output. In next version we could parse output to generate proper md file. Fix #29

ci_cd.sh Outdated
@@ -23,6 +23,7 @@ function usage {
echo " --build Build image"
echo " --test Test image"
echo " --deploy Deploy image"
echo " --desc Generate a desc.md file describing the builded image"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doc is wrong. Should be txt, and add info on how to gather the generated file.

desc/desc.sh Outdated
rbenv -v
ruby -v
gem list
echo '\n'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'\n' is useless

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

echo will print an empty line

desc/desc.sh Outdated

echo "gcloud env:"
gcloud --version
echo '\n'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove '\n'

desc/desc.sh Outdated
Comment on lines 7 to 15
rbenv -v
ruby -v
gem list
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add sub categories: rbenv, ruby and gems

desc/desc.sh Outdated
rbenv -v
ruby -v
gem list
echo '\n'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

echo will print an empty line

@vincentbrison vincentbrison merged commit 60041db into develop Apr 22, 2020
@vincentbrison vincentbrison deleted the feature/image_description branch April 22, 2020 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add script to write a txt file describing an image
2 participants