Skip to content

fix file sync comment in examples/hot-reload/skaffold.yaml #5693

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

Merged
merged 2 commits into from
Apr 20, 2021

Conversation

kelsk
Copy link
Contributor

@kelsk kelsk commented Apr 16, 2021

Description
The comment in the python manual sync section of the skaffold.yaml erroneously refers to 'javascript'; this changes it to 'python'.

@kelsk kelsk requested a review from a team as a code owner April 16, 2021 02:30
@google-cla google-cla bot added the cla: yes label Apr 16, 2021
@@ -32,7 +32,7 @@ profiles:
DEBUG: 1
sync:
manual:
# Sync all the javascript files that are in the src folder
# Sync all the python files that are in the src folder
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you also make this change here:

# Sync all the javascript files that are in the src folder
# with the container src folder
- src: 'src/**/*.py'
dest: .

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

Copy link
Contributor

@gsquared94 gsquared94 left a comment

Choose a reason for hiding this comment

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

lgtm!

@codecov
Copy link

codecov bot commented Apr 20, 2021

Codecov Report

Merging #5693 (d326977) into master (e947844) will decrease coverage by 0.21%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5693      +/-   ##
==========================================
- Coverage   70.64%   70.43%   -0.22%     
==========================================
  Files         411      413       +2     
  Lines       15860    15946      +86     
==========================================
+ Hits        11205    11231      +26     
- Misses       3827     3883      +56     
- Partials      828      832       +4     
Impacted Files Coverage Δ
cmd/skaffold/app/flags/image.go 72.97% <0.00%> (-11.03%) ⬇️
pkg/skaffold/schema/versions.go 82.41% <0.00%> (ø)
pkg/skaffold/schema/v2beta14/config.go 20.58% <0.00%> (ø)
pkg/skaffold/schema/v2beta14/upgrade.go 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e947844...d326977. Read the comment docs.

@tejal29 tejal29 merged commit 719c738 into GoogleContainerTools:master Apr 20, 2021
wuxingzhong pushed a commit to wuxingzhong/skaffold that referenced this pull request Apr 21, 2021
…tainerTools#5693)

* Change 'javascript files' to 'python files' in python manual sync comment

* Change 'javascript files' to 'python files' in integration/examples/hot-reload/skaffold.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants