Skip to content

Commit

Permalink
Replace datetime function in haskell client (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
frincon authored and k8s-ci-robot committed Sep 30, 2019
1 parent 475ad6f commit a4d67bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi/haskell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ patch_cabal_file() {
shift 2
done
}

# Solve bug with date time format
sed -i 's/formatISO8601Millis/formatISO8601Micros/g' ${OUTPUT_DIR}/lib/Kubernetes/OpenAPI/Core.hs

patch_cabal_file "${CABAL_OVERRIDES[@]}"

# Add license-file after license
Expand Down

0 comments on commit a4d67bd

Please sign in to comment.