Skip to content

Commit

Permalink
Merge pull request #65 from romeokienzler/main
Browse files Browse the repository at this point in the history
add version information to containerless component
  • Loading branch information
romeokienzler authored Jun 21, 2024
2 parents 6da7a3e + dc14085 commit ddc26d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c3/create_containerless_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def create_containerless_operator(
'source ./claimedenv/bin/activate',
f'pip install {all_pip_packages_found.strip()}',
'pip list',
f'zip -r {filename}.zip {file_path} claimedenv',
f'zip -r claimed-{filename}:{version}.zip {file_path} claimedenv',
'rm -Rf claimedenv']), shell=True)

script_data = Pythonscript(file_path)
Expand Down

0 comments on commit ddc26d5

Please sign in to comment.