Skip to content

Commit

Permalink
add nightly ci stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Dec 21, 2023
1 parent 722a52a commit 194dd34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions assisted-service-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ VCS: {{{ git_dir_vcs }}}
Source: {{{ git_dir_pack }}}
AutoReq: no
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: java python3 python3-setuptools
BuildRequires: java python3 python3-setuptools git
Requires: python3 python3-certifi

%description
Expand All @@ -29,7 +29,7 @@ assisted-installer python library
{{{ git_dir_setup_macro }}}

%build
git checkout v2.27.0
git checkout tags/v2.27.0
curl https://repo1.maven.org/maven2/io/swagger/swagger-codegen-cli/2.4.8/swagger-codegen-cli-2.4.8.jar > swagger-codegen-cli.jar
curl https://raw.githubusercontent.com/openshift/assisted-service/master/swagger.yaml > swagger.yaml
sed -i '/pattern:/d' swagger.yaml
Expand Down

0 comments on commit 194dd34

Please sign in to comment.