Skip to content

Commit

Permalink
Update CI files
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot committed Jul 21, 2024
1 parent dd587cd commit c25f783
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/template_gitref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.08.26-359-gdd9cdf7
2021.08.26-361-gcd6f9f0
4 changes: 1 addition & 3 deletions .github/workflows/scripts/build_python_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ cd "$(dirname "$(realpath -e "$0")")"/../../..
pushd ../pulp-openapi-generator
rm -rf "pulpcore-client"

# We need to copy that over to be visible in the container.
cp "../pulpcore/core-api.json" .
./gen-client.sh "core-api.json" "core" python "pulpcore"
./gen-client.sh "../pulpcore/core-api.json" "core" python "pulpcore"

pushd pulpcore-client
python setup.py sdist bdist_wheel --python-tag py3
Expand Down
10 changes: 1 addition & 9 deletions .github/workflows/scripts/build_ruby_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,7 @@ cd "$(dirname "$(realpath -e "$0")")"/../../..
pushd ../pulp-openapi-generator
rm -rf "pulpcore-client"

# We need to copy that over to be visible in the container.
#cp "../pulpcore/core-api.json" .
#./gen-client.sh "core-api.json" "core" ruby "pulpcore"

# -------------
# The generator still needs to have it called api.json at this time...
cp "../pulpcore/api.json" .
./gen-client.sh "api.json" "core" ruby "pulpcore"
# -------------
./gen-client.sh "../pulpcore/core-api.json" "core" ruby "pulpcore"

pushd pulpcore-client
gem build pulpcore_client
Expand Down

0 comments on commit c25f783

Please sign in to comment.