Skip to content

Commit

Permalink
Bot Updating Templated Files
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxServer-CI committed Jun 22, 2019
1 parent 96b3a5f commit 2f59a41
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pipeline {
steps{
script{
env.EXT_RELEASE = sh(
script: ''' echo 4.1.3_source ''',
script: ''' echo 4.1.3_sources ''',
returnStdout: true).trim()
env.RELEASE_LINK = 'custom_command'
}
Expand Down
Empty file modified LICENSE
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
 
 

This is an internal image layer used for downstream images needing dynamically linked ffmpeg.
This is an internal image layer used for downstream images needing ffmpeg sources.

The following line is only in this repo for loop testing:

Expand Down

0 comments on commit 2f59a41

Please sign in to comment.